Html Css Color HEX #08606C Blue Lagoon

📋 copy color: '#08606C'

red 8 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #08606C

Tints of Blue Lagoon #08606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 3.77%
G = 45.28%
B = 50.94%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08606C (or 0x08606C) is known color: Blue Lagoon. HEX triplet: 08, 60 and 6C. RGB value is (8,96,108). Sum of RGB (Red+Green+Blue) = 8+96+108=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #08606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08606C is #F79F93. Grayscale: #464646. Windows color (decimal): -16228244 or 7102472. OLE color: 7102472.

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

Color convert

RGB 8 96 108 -
CMYK 0.93 0.11 0 0.58
HSL 187.2º 0.86% 0.23% -
HSV(B) 187.2º 0.93% 0.42% -
XYZ 6.99 9.5 15.65 -
YUV 71.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 8 96 108 0.93 0.11 0 0.58 187.2 0.86 0.23
Hex 8 60 6C 5D B 0 3A BB 56 17
Octal 10 140 154 135 13 0 72 273 126 27
Binary 1000 1100000 1101100 1011101 1011 0 111010 10111011 1010110 10111

Color Harmonies of #08606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08606C

Black with #08606C

Text Example


Text Example

White with #08606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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