#106964

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

Shades of Blue Stone #106964

Tints of Blue Stone #106964

Color information

#106964 (or 0x106964) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 64. RGB value is (16,105,100). Sum of RGB (Red+Green+Blue) = 16+105+100=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #106964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106964 is #EF969B. Grayscale: #4D4D4D. Windows color (decimal): -15701660 or 6580496. OLE color: 6580496.

HSL color Cylindrical-coordinate representation of color #106964: hue angle of 176.63º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106964 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB16105100-
CMYK0.8500.050.59
HSL176.63º73.55%23.73%-
HSV(B)176.63º84.76%41.18%-
XYZ7.5711.1313.81-
YUV77.82140.5183.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=7.24%
G=47.51%
B=45.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal161051000.8500.050.59176.6373.5523.73
Hex10696455053Bb14a18
Octal20151144125057326111230
Binary10000110100111001001010101010111101110110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106964; }

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

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

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

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

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

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

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

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