Html Css Color HEX #086669 Blue Lagoon

📋 copy color: '#086669'

red 8 ◦ green 102 ◦ blue 105

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

Shades of Blue Lagoon #086669

Tints of Blue Lagoon #086669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.44%

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 3.72%
G = 47.44%
B = 48.84%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086669 (or 0x086669) is known color: Blue Lagoon. HEX triplet: 08, 66 and 69. RGB value is (8,102,105). Sum of RGB (Red+Green+Blue) = 8+102+105=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #086669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086669 is #F79996. Grayscale: #4A4A4A. Windows color (decimal): -16226711 or 6907400. OLE color: 6907400.

HSL color Cylindrical-coordinate representation of color #086669: hue angle of 181.86º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086669 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 102 105 -
CMYK 0.92 0.03 0 0.59
HSL 181.86º 0.86% 0.22% -
HSV(B) 181.86º 0.92% 0.41% -
XYZ 7.4 10.57 15.02 -
YUV 74.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 8 102 105 0.92 0.03 0 0.59 181.86 0.86 0.22
Hex 8 66 69 5C 3 0 3B B6 56 16
Octal 10 146 151 134 3 0 73 266 126 26
Binary 1000 1100110 1101001 1011100 11 0 111011 10110110 1010110 10110

Color Harmonies of #086669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086669

Black with #086669

Text Example


Text Example

White with #086669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086669; }

 p { color: rgb(8,102,105); }

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

background-color css

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

 a { background-color: rgb(8,102,105); }

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

border-color css

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

 span { border-color: rgb(8,102,105); }

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