#106864

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

Shades of Blue Stone #106864

Tints of Blue Stone #106864

Color information

#106864 (or 0x106864) is unknown color: approx Blue Stone. HEX triplet: 10, 68 and 64. RGB value is (16,104,100). Sum of RGB (Red+Green+Blue) = 16+104+100=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #106864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106864 is #EF979B. Grayscale: #4D4D4D. Windows color (decimal): -15701916 or 6580240. OLE color: 6580240.

HSL color Cylindrical-coordinate representation of color #106864: hue angle of 177.27º degrees, saturation: 0.73, 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 #106864 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB16104100-
CMYK0.8500.040.59
HSL177.27º73.33%23.53%-
HSV(B)177.27º84.62%40.78%-
XYZ7.4610.9313.77-
YUV77.23140.8584.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=7.27%
G=47.27%
B=45.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal161041000.8500.040.59177.2773.3323.53
Hex10686455043Bb14918
Octal20150144125047326111130
Binary10000110100011001001010101010011101110110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106864; }

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

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

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

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

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

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

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

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