Color Hex Logo

#067287 Color Hex

#067287
(6,114,135)
0 Favorites   0 Comments

Color spaces of #067287

RGB 6114135
HSL0.530.910.28
HSV190°96°53°
CMYK 0.960.160.00   0.47
XYZ10.465613.822625.0381
Yxy13.82260.21220.2802
Hunter Lab37.1788-14.8161-13.9038
CIE-Lab43.9774-18.8728-19.1210

#067287 color RGB value is (6,114,135).

#067287 hex color red value is 6, green value is 114 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #067287 hue: 0.53 , saturation: 0.91 and the lightness value of 067287 is 0.28.

The process color (four color CMYK) of #067287 color hex is 0.96, 0.16, 0.00, 0.47. Web safe color of #067287 is #006699. Color #067287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110010 10000111
Octal 6 162 207
Decimal 6 114 135
Hex 6 72 87

RGB Percentages of Color #067287

%2.35
%44.71
%52.94

CMYK Percentages of Color #067287

%96
%16
%0
%47

Triadic Colors of #067287

#067287 #870672 #728706

Analogous Colors of #067287

#067287 #063287 #06875b

Monochromatic Colors of #067287

#067287

Complementary Color

#067287 #871b06

#067287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067287 Color CSS Codes

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

#067287 Text Font Color

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

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


#067287 Background Color

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

This div background color is #067287


#067287 Border Color

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

This div border color is #067287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,114,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067287;
  -webkit-box-shadow: 1px 1px 3px 2px #067287;
  box-shadow:         1px 1px 3px 2px #067287; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,114,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067287


Comments

No comments written yet.

Please login to write comment.