#086B67

Color #086B67 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #086B67

Tints of Blue Stone #086B67

Color information

#086B67 (or 0x086B67) is unknown color: approx Blue Stone. HEX triplet: 08, 6B and 67. RGB value is (8,107,103). Sum of RGB (Red+Green+Blue) = 8+107+103=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #086B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B67 is #F79498. Grayscale: #4C4C4C. Windows color (decimal): -16225433 or 6777608. OLE color: 6777608.

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

Color convert

RGB8107103-
CMYK0.9300.040.58
HSL177.58º86.09%22.55%-
HSV(B)177.58º92.52%41.96%-
XYZ7.8111.5514.65-
YUV76.94142.778.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=3.67%
G=49.08%
B=47.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81071030.9300.040.58177.5886.0922.55
Hex86B675D043Ab25617
Octal10153147135047226212627
Binary1000110101111001111011101010011101010110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,103); }

 H1.HeaderClassName
 {
   color: #086B67;
 }
 .AnyTagClassName
 {
   color: #086B67;
 }
</style>
background-color css

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

 a { background-color: rgb(8,107,103); }

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

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

 span { border-color: rgb(8,107,103); }

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