#106356

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

Shades of Blue Stone #106356

Tints of Blue Stone #106356

Color information

#106356 (or 0x106356) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 56. RGB value is (16,99,86). Sum of RGB (Red+Green+Blue) = 16+99+86=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #106356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106356 is #EF9CA9. Grayscale: #484848. Windows color (decimal): -15703210 or 5661456. OLE color: 5661456.

HSL color Cylindrical-coordinate representation of color #106356: hue angle of 170.6º 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 #106356 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB169986-
CMYK0.8400.130.61
HSL170.6º72.17%22.55%-
HSV(B)170.6º83.84%38.82%-
XYZ6.369.7110.34-
YUV72.7135.587.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=7.96%
G=49.25%
B=42.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699860.8400.130.61170.672.1722.55
Hex106356540D3Dab4817
Octal201431261240157525311027
Binary100001100011101011010101000110111110110101011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106356; }

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

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

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

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

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

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

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

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