Color Hex Logo

#006cb8 Color Hex

#006CB8
(0,108,184)
0 Favorites   1 Comments

Color spaces of #006cb8

RGB 0108184
HSL0.571.000.36
HSV205°100°72°
CMYK 1.000.410.00   0.28
XYZ14.014314.185847.3469
Yxy14.18580.18550.1878
Hunter Lab37.66400.5055-48.1677
CIE-Lab44.49823.3800-47.2141

#006cb8 color RGB value is (0,108,184).

#006cb8 hex color red value is 0, green value is 108 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #006cb8 hue: 0.57 , saturation: 1.00 and the lightness value of 006cb8 is 0.36.

The process color (four color CMYK) of #006cb8 color hex is 1.00, 0.41, 0.00, 0.28. Web safe color of #006cb8 is #0066cc. Color #006cb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101100 10111000
Octal 0 154 270
Decimal 0 108 184
Hex 0 6C B8

RGB Percentages of Color #006cb8

%0.00
%36.99
%63.01

CMYK Percentages of Color #006cb8

%100
%41
%0
%28

Triadic Colors of #006cb8

#006cb8 #b8006c #6cb800

Analogous Colors of #006cb8

#006cb8 #0010b8 #00b8a8

Monochromatic Colors of #006cb8

#006cb8

Complementary Color

#006cb8 #b84c00

#006cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006cb8 Color CSS Codes

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

#006cb8 Text Font Color

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

This sample text font color is #006cb8
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.


#006cb8 Background Color

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

This div background color is #006cb8


#006cb8 Border Color

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

This div border color is #006cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006cb8


Comments

17 Apr 2013, 9:49 (guest)

Used in the CI of Mazda Motors as "Processs Blue"

Please login to write comment.