#086964

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

Shades of Blue Stone #086964

Tints of Blue Stone #086964

Color information

#086964 (or 0x086964) is unknown color: approx Blue Stone. HEX triplet: 08, 69 and 64. RGB value is (8,105,100). Sum of RGB (Red+Green+Blue) = 8+105+100=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #086964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086964 is #F7969B. Grayscale: #4B4B4B. Windows color (decimal): -16225948 or 6580488. OLE color: 6580488.

HSL color Cylindrical-coordinate representation of color #086964: hue angle of 176.91º 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 #086964 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB8105100-
CMYK0.9200.050.59
HSL176.91º85.84%22.16%-
HSV(B)176.91º92.38%41.18%-
XYZ7.4511.0713.8-
YUV75.43141.8679.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=3.76%
G=49.30%
B=46.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81051000.9200.050.59176.9185.8422.16
Hex869645C053Bb15616
Octal10151144134057326112626
Binary1000110100111001001011100010111101110110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086964; }

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

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

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

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

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

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

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

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