#106560

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

Shades of Blue Stone #106560

Tints of Blue Stone #106560

Color information

#106560 (or 0x106560) is unknown color: approx Blue Stone. HEX triplet: 10, 65 and 60. RGB value is (16,101,96). Sum of RGB (Red+Green+Blue) = 16+101+96=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #106560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106560 is #EF9A9F. Grayscale: #4A4A4A. Windows color (decimal): -15702688 or 6317328. OLE color: 6317328.

HSL color Cylindrical-coordinate representation of color #106560: hue angle of 176.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106560 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1610196-
CMYK0.8400.050.60
HSL176.47º72.65%22.94%-
HSV(B)176.47º84.16%39.61%-
XYZ6.9810.2612.68-
YUV75.02139.8485.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=7.51%
G=47.42%
B=45.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101960.8400.050.60176.4772.6522.94
Hex10656054053Cb04917
Octal20145140124057426011127
Binary10000110010111000001010100010111110010110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106560; }

 p { color: rgb(16,101,96); }

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

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

 a { background-color: rgb(16,101,96); }

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

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

 span { border-color: rgb(16,101,96); }

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