#006C87

Color #006C87 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006C87

Tints of Blue Lagoon #006C87

Color information

#006C87 (or 0x006C87) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6C and 87. RGB value is (0,108,135). Sum of RGB (Red+Green+Blue) = 0+108+135=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #006C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C87 is #FF9378. Grayscale: #4E4E4E. Windows color (decimal): -16749433 or 8875008. OLE color: 8875008.

HSL color Cylindrical-coordinate representation of color #006C87: hue angle of 192º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C87 is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB0108135-
CMYK10.200.47
HSL192º100%26.47%-
HSV(B)192º100%52.94%-
XYZ9.7412.4724.82-
YUV78.79159.7271.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal010813510.200.4719210026.47
Hex06C87641402Fc0641a
Octal01542071442405730014432
Binary0110110010000111110010010100010111111000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006C87; }

 p { color: rgb(0,108,135); }

 H1.HeaderClassName
 {
   color: #006C87;
 }
 .AnyTagClassName
 {
   color: #006C87;
 }
</style>
background-color css

<style>
 a { background-color: #006C87; }

 a { background-color: rgb(0,108,135); }

 div.DivClassName
 {
   background-color: #006C87;
 }
 .BgClassName
 {
   background-color: #006C87;
 }
</style>
border-color css

<style>
 span { border-color: #006C87; }

 span { border-color: rgb(0,108,135); }

 td.TdClassName
 {
   border-color: #006C87;
 }
 .TagClassName
 {
   border-color: #006C87;
 }
</style>