Color Hex Logo

#006bab Color Hex

#006BAB
(0,107,171)
0 Favorites   0 Comments

Color spaces of #006bab

RGB 0107171
HSL0.561.000.34
HSV202°100°67°
CMYK 1.000.370.00   0.33
XYZ12.608413.455740.4607
Yxy13.45570.18950.2023
Hunter Lab36.6820-2.8392-39.7202
CIE-Lab43.4420-1.2134-41.3013

#006bab color RGB value is (0,107,171).

#006bab hex color red value is 0, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #006bab hue: 0.56 , saturation: 1.00 and the lightness value of 006bab is 0.34.

The process color (four color CMYK) of #006bab color hex is 1.00, 0.37, 0.00, 0.33. Web safe color of #006bab is #006699. Color #006bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101011 10101011
Octal 0 153 253
Decimal 0 107 171
Hex 0 6B AB

RGB Percentages of Color #006bab

%0.00
%38.49
%61.51

CMYK Percentages of Color #006bab

%100
%37
%0
%33

Triadic Colors of #006bab

#006bab #ab006b #6bab00

Analogous Colors of #006bab

#006bab #0016ab #00ab96

Monochromatic Colors of #006bab

#006bab

Complementary Color

#006bab #ab4000

#006bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#006bab Color CSS Codes

.mybgcolor {background-color:#006bab; } 
.myforecolor {color:#006bab; }
.mybordercolor {border:3px solid #006bab; }

#006bab Text Font Color

<p style="color:#006bab">Text here</p>

This sample text font color is #006bab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#006bab Background Color

<div style="background-color:#006bab">
Div content here</div>

This div background color is #006bab


#006bab Border Color

<div style="border:3px solid #006bab">
Div here</div>

This div border color is #006bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,107,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006bab;
  -webkit-box-shadow: 1px 1px 3px 2px #006bab;
  box-shadow:         1px 1px 3px 2px #006bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,107,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #006bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #006bab;
  -webkit-box-shadow: 1px 1px 3px 2px #006bab;
  box-shadow:         1px 1px 3px 2px #006bab;">
Div content here</div>

This div box has shadow with color #006bab


Comments

No comments written yet.

Please login to write comment.