#086765

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

Shades of Blue Stone #086765

Tints of Blue Stone #086765

Color information

#086765 (or 0x086765) is unknown color: approx Blue Stone. HEX triplet: 08, 67 and 65. RGB value is (8,103,101). Sum of RGB (Red+Green+Blue) = 8+103+101=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #086765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086765 is #F7989A. Grayscale: #4A4A4A. Windows color (decimal): -16226459 or 6645512. OLE color: 6645512.

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

Color convert

RGB8103101-
CMYK0.9200.020.60
HSL178.74º85.59%21.76%-
HSV(B)178.74º92.23%40.39%-
XYZ7.310.6913.99-
YUV74.37143.0380.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=3.77%
G=48.58%
B=47.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81031010.9200.020.60178.7485.5921.76
Hex867655C023Cb35616
Octal10147145134027426312626
Binary100011001111100101101110001011110010110011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086765; }

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

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

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

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

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

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

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

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