Html Css Color HEX #086A6F Blue Lagoon

📋 copy color: '#086A6F'

red 8 ◦ green 106 ◦ blue 111

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

Shades of Blue Lagoon #086A6F

Tints of Blue Lagoon #086A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.11%

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 3.56%
G = 47.11%
B = 49.33%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086A6F (or 0x086A6F) is known color: Blue Lagoon. HEX triplet: 08, 6A and 6F. RGB value is (8,106,111). Sum of RGB (Red+Green+Blue) = 8+106+111=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #086A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A6F is #F79590. Grayscale: #4D4D4D. Windows color (decimal): -16225681 or 7301640. OLE color: 7301640.

HSL color Cylindrical-coordinate representation of color #086A6F: hue angle of 182.91º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086A6F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 106 111 -
CMYK 0.93 0.05 0 0.56
HSL 182.91º 0.87% 0.23% -
HSV(B) 182.91º 0.93% 0.44% -
XYZ 8.12 11.51 16.83 -
YUV 77.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 8 106 111 0.93 0.05 0 0.56 182.91 0.87 0.23
Hex 8 6A 6F 5D 5 0 38 B7 57 17
Octal 10 152 157 135 5 0 70 267 127 27
Binary 1000 1101010 1101111 1011101 101 0 111000 10110111 1010111 10111

Color Harmonies of #086A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A6F

Black with #086A6F

Text Example


Text Example

White with #086A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086A6F; }

 p { color: rgb(8,106,111); }

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

background-color css

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

 a { background-color: rgb(8,106,111); }

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

border-color css

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

 span { border-color: rgb(8,106,111); }

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