#106856

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

Shades of Blue Stone #106856

Tints of Blue Stone #106856

Color information

#106856 (or 0x106856) is unknown color: approx Blue Stone. HEX triplet: 10, 68 and 56. RGB value is (16,104,86). Sum of RGB (Red+Green+Blue) = 16+104+86=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #106856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106856 is #EF97A9. Grayscale: #4B4B4B. Windows color (decimal): -15701930 or 5662736. OLE color: 5662736.

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

Color convert

RGB1610486-
CMYK0.8500.170.59
HSL167.73º73.33%23.53%-
HSV(B)167.73º84.62%40.78%-
XYZ6.8410.6810.51-
YUV75.64133.8585.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=7.77%
G=50.49%
B=41.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104860.8500.170.59167.7373.3323.53
Hex106856550113Ba84918
Octal201501261250217325011130
Binary1000011010001010110101010101000111101110101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106856; }

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

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

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

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

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

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

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

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