Html Css Color HEX #08616C Blue Lagoon

📋 copy color: '#08616C'

red 8 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #08616C

Tints of Blue Lagoon #08616C

RGB

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

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

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

R = 3.76%
G = 45.54%
B = 50.7%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08616C (or 0x08616C) is known color: Blue Lagoon. HEX triplet: 08, 61 and 6C. RGB value is (8,97,108). Sum of RGB (Red+Green+Blue) = 8+97+108=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #08616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08616C is #F79E93. Grayscale: #474747. Windows color (decimal): -16227988 or 7102728. OLE color: 7102728.

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

Color convert

RGB 8 97 108 -
CMYK 0.93 0.10 0 0.58
HSL 186.6º 0.86% 0.23% -
HSV(B) 186.6º 0.93% 0.42% -
XYZ 7.08 9.68 15.68 -
YUV 71.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 8 97 108 0.93 0.10 0 0.58 186.6 0.86 0.23
Hex 8 61 6C 5D A 0 3A BB 56 17
Octal 10 141 154 135 12 0 72 273 126 27
Binary 1000 1100001 1101100 1011101 1010 0 111010 10111011 1010110 10111

Color Harmonies of #08616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08616C

Black with #08616C

Text Example


Text Example

White with #08616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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