Html Css Color HEX #08606E Blue Lagoon

📋 copy color: '#08606E'

red 8 ◦ green 96 ◦ blue 110

#08606E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #08606E

Tints of Blue Lagoon #08606E

RGB

 RED value IS 8 (3.52% from 255) = 3.74%

 GREEN value IS 96 (37.89% from 255) = 44.86%

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 3.74%
G = 44.86%
B = 51.4%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08606E (or 0x08606E) is known color: Blue Lagoon. HEX triplet: 08, 60 and 6E. RGB value is (8,96,110). Sum of RGB (Red+Green+Blue) = 8+96+110=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #08606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08606E is #F79F91. Grayscale: #474747. Windows color (decimal): -16228242 or 7233544. OLE color: 7233544.

HSL color Cylindrical-coordinate representation of color #08606E: hue angle of 188.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08606E is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 96 110 -
CMYK 0.93 0.13 0 0.57
HSL 188.24º 0.86% 0.23% -
HSV(B) 188.24º 0.93% 0.43% -
XYZ 7.1 9.54 16.22 -
YUV 71.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 8 96 110 0.93 0.13 0 0.57 188.24 0.86 0.23
Hex 8 60 6E 5D D 0 39 BC 56 17
Octal 10 140 156 135 15 0 71 274 126 27
Binary 1000 1100000 1101110 1011101 1101 0 111001 10111100 1010110 10111

Color Harmonies of #08606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08606E

Black with #08606E

Text Example


Text Example

White with #08606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08606E; }

 p { color: rgb(8,96,110); }

 H1.HeaderClassName
 {
   color: #08606E;
 }
 .AnyTagClassName
 {
   color: #08606E;
 }
</style>

background-color css

<style>
 a { background-color: #08606E; }

 a { background-color: rgb(8,96,110); }

 div.DivClassName
 {
   background-color: #08606E;
 }
 .BgClassName
 {
   background-color: #08606E;
 }
</style>

border-color css

<style>
 span { border-color: #08606E; }

 span { border-color: rgb(8,96,110); }

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