#006A87

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

Shades of Blue Lagoon #006A87

Tints of Blue Lagoon #006A87

Color information

#006A87 (or 0x006A87) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 87. RGB value is (0,106,135). Sum of RGB (Red+Green+Blue) = 0+106+135=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #006A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A87 is #FF9578. Grayscale: #4D4D4D. Windows color (decimal): -16749945 or 8874496. OLE color: 8874496.

HSL color Cylindrical-coordinate representation of color #006A87: hue angle of 192.89º 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 #006A87 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB0106135-
CMYK10.2100.47
HSL192.89º100%26.47%-
HSV(B)192.89º100%52.94%-
XYZ9.5312.0624.75-
YUV77.61160.3872.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=0%
G=43.98%
B=56.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal010613510.2100.47192.8910026.47
Hex06A87641502Fc1641a
Octal01522071442505730114432
Binary0110101010000111110010010101010111111000001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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