Html Css Color HEX #08616D Blue Lagoon

📋 copy color: '#08616D'

red 8 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #08616D

Tints of Blue Lagoon #08616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 3.74%
G = 45.33%
B = 50.93%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08616D (or 0x08616D) is known color: Blue Lagoon. HEX triplet: 08, 61 and 6D. RGB value is (8,97,109). Sum of RGB (Red+Green+Blue) = 8+97+109=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #08616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08616D is #F79E92. Grayscale: #474747. Windows color (decimal): -16227987 or 7168264. OLE color: 7168264.

HSL color Cylindrical-coordinate representation of color #08616D: hue angle of 187.13º 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 #08616D is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 97 109 -
CMYK 0.93 0.11 0 0.57
HSL 187.13º 0.86% 0.23% -
HSV(B) 187.13º 0.93% 0.43% -
XYZ 7.14 9.71 15.97 -
YUV 71.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 8 97 109 0.93 0.11 0 0.57 187.13 0.86 0.23
Hex 8 61 6D 5D B 0 39 BB 56 17
Octal 10 141 155 135 13 0 71 273 126 27
Binary 1000 1100001 1101101 1011101 1011 0 111001 10111011 1010110 10111

Color Harmonies of #08616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08616D

Black with #08616D

Text Example


Text Example

White with #08616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08616D; }

 p { color: rgb(8,97,109); }

 H1.HeaderClassName
 {
   color: #08616D;
 }
 .AnyTagClassName
 {
   color: #08616D;
 }
</style>

background-color css

<style>
 a { background-color: #08616D; }

 a { background-color: rgb(8,97,109); }

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

border-color css

<style>
 span { border-color: #08616D; }

 span { border-color: rgb(8,97,109); }

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