COLOR #067DB5

HEX: #067DB5 RGB: (6,125,181)

Color info

#067DB5 contains mainly green and blue colors. Web safe color of #067DB5 is #0066CC (or #06C).

RGB color model

#067DB5 color RGB value is (6,125,181).

RGB: (6,125,181) (2%, 49%, 71%)

RGB channels and saturation

R 6 of 255 = 2%
G 125 of 255 = 49%
B 181 of 255 = 71%

6
125
181

R + G + B ~ 41%. #067DB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 6 + 125 + 181 = 312 (100%)
R 6 of 312 ~ 1.92%
G 125 of 312 ~ 40.06%
B 181 of 312 ~ 58.01'%

%40.06
%58.01

CMYK color model

#067DB5 color CMYK value is (97,31,0,29).

  • cyan value is 96.69%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (97,31,0,29)
C97M31Y0K29 (97%, 31%, 0%, 29%)
(0.97 / 0.31 / 0.00 / 0.29)

CMYK percentages

%96.69
%30.94
%0
%29.02

Codes

Color #067DB5 in popluar color models

06 7D B5
RGB 6 125 181
HSL 199° 93.58% 36.67%
HSB/HSV 199° 96.69% 70.98%
CMYK 96.69% 30.94% 0.00%
29.02%

Color #067DB5 in popluar number systems.

HEX 06 7D B5
Decimal 6 125 181
Binary 110 1111101 10110101
Octal 6 175 265

Shades and tints

Shades of #067DB5

#067DB5
(6,125,181)
#0672A5
(6,114,165)
#066795
(6,103,149)
#065C85
(6,92,133)
#065175
(6,81,117)
#064665
(6,70,101)
#063B55
(6,59,85)
#063045
(6,48,69)
#062535
(6,37,53)
#061A25
(6,26,37)
#060F15
(6,15,21)
#000000
(0,0,0)

Tints of #067DB5

#067DB5
(6,125,181)
#1C88BB
(28,136,187)
#3293C1
(50,147,193)
#489EC7
(72,158,199)
#5EA9CD
(94,169,205)
#74B4D3
(116,180,211)
#8ABFD9
(138,191,217)
#A0CADF
(160,202,223)
#B6D5E5
(182,213,229)
#CCE0EB
(204,224,235)
#E2EBF1
(226,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067DB5 color. Also use rgb(6,125,181) instead hex code.

Text Font Color

.myTextColor { color: #067DB5; }

<p style="color:#067DB5">This sample text font color is #067DB5.</p>

This text font color is #067DB5.

Background Color

.myBgColor { background-color: #067DB5; }

<div style="background-color:#067DB5">Inner text</div>

This div background color is #067DB5.

Border color

.myBorderColor { border: 1px solid #067DB5; }

<div style="border:3px solid #067DB5">Div</div>

This div border color is #067DB5.

Opacity

.myOpacity80 { color: #067DB5; opacity: 0.8; }

<p style="color:#067DB5;opacity:0.8;">80%</p>

Text with #067DB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #067DB5;}

<p style="text-shadow: 3px 3px 1px #067DB5">Text here.</p>

This text has shadow with #067DB5 color.


.textShadow {text-shadow: 3px 3px 1px #067DB5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #067DB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #067DB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#067DB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#067DB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #067DB5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #067DB5;
-webkit-box-shadow: 1px 1px 3px 2px #067DB5;
box-shadow: 1px 1px 3px 2px #067DB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #067DB5; -webkit-box-shadow: 1px 1px 3px 2px #067DB5; box-shadow:1px 1px 3px 2px #067DB5;">
Div content here
</div>

This div box has shadow with color #067DB5.

Preview

Color preview on black background

This text has color #067DB5 on black background.


Color preview on white background

This text has color #067DB5 on white background.


Black color preview on #067DB5 background

This text has black color on #067DB5 background.


White color preview on #067DB5 background

This text has white color on #067DB5 background.


Related colors

Complementary color

Complementary color for #hex is #F9824A.


I love getcolorcode.com

Triadic colors

1 #B5067D and #7DB506 with #067DB5 are triadic colors.

2 #B57D06 and #7D06B5 with #067DB5 are triadic colors.