#006B86

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

Shades of Blue Lagoon #006B86

Tints of Blue Lagoon #006B86

Color information

#006B86 (or 0x006B86) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6B and 86. RGB value is (0,107,134). Sum of RGB (Red+Green+Blue) = 0+107+134=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #006B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B86 is #FF9479. Grayscale: #4D4D4D. Windows color (decimal): -16749690 or 8809216. OLE color: 8809216.

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

Color convert

RGB0107134-
CMYK10.2000.47
HSL192.09º100%26.27%-
HSV(B)192.09º100%52.55%-
XYZ9.5612.2424.41-
YUV78.08159.5572.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=0%
G=44.40%
B=55.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal010713410.2000.47192.0910026.27
Hex06B86641402Fc0641a
Octal01532061442405730014432
Binary0110101110000110110010010100010111111000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,134); }

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

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

 a { background-color: rgb(0,107,134); }

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

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

 span { border-color: rgb(0,107,134); }

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