Html Css Color HEX #08646C Blue Lagoon

📋 copy color: '#08646C'

red 8 ◦ green 100 ◦ blue 108

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

Shades of Blue Lagoon #08646C

Tints of Blue Lagoon #08646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 3.7%
G = 46.3%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08646C (or 0x08646C) is known color: Blue Lagoon. HEX triplet: 08, 64 and 6C. RGB value is (8,100,108). Sum of RGB (Red+Green+Blue) = 8+100+108=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #08646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08646C is #F79B93. Grayscale: #494949. Windows color (decimal): -16227220 or 7103496. OLE color: 7103496.

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

Color convert

RGB 8 100 108 -
CMYK 0.93 0.07 0 0.58
HSL 184.8º 0.86% 0.23% -
HSV(B) 184.8º 0.93% 0.42% -
XYZ 7.36 10.25 15.78 -
YUV 73.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 8 100 108 0.93 0.07 0 0.58 184.8 0.86 0.23
Hex 8 64 6C 5D 7 0 3A B9 56 17
Octal 10 144 154 135 7 0 72 271 126 27
Binary 1000 1100100 1101100 1011101 111 0 111010 10111001 1010110 10111

Color Harmonies of #08646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08646C

Black with #08646C

Text Example


Text Example

White with #08646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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