#106456

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

Shades of Blue Stone #106456

Tints of Blue Stone #106456

Color information

#106456 (or 0x106456) is unknown color: approx Blue Stone. HEX triplet: 10, 64 and 56. RGB value is (16,100,86). Sum of RGB (Red+Green+Blue) = 16+100+86=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #106456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106456 is #EF9BA9. Grayscale: #494949. Windows color (decimal): -15702954 or 5661712. OLE color: 5661712.

HSL color Cylindrical-coordinate representation of color #106456: hue angle of 170º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106456 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1610086-
CMYK0.8400.140.61
HSL170º72.41%22.75%-
HSV(B)170º84%39.22%-
XYZ6.459.910.37-
YUV73.29135.1787.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=7.92%
G=49.50%
B=42.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100860.8400.140.6117072.4122.75
Hex106456540E3Daa4817
Octal201441261240167525211027
Binary100001100100101011010101000111011110110101010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106456; }

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

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

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

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

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

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

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

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