#106960

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

Shades of Blue Stone #106960

Tints of Blue Stone #106960

Color information

#106960 (or 0x106960) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 60. RGB value is (16,105,96). Sum of RGB (Red+Green+Blue) = 16+105+96=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #106960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106960 is #EF969F. Grayscale: #4D4D4D. Windows color (decimal): -15701664 or 6318352. OLE color: 6318352.

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

Color convert

RGB1610596-
CMYK0.8500.090.59
HSL173.93º73.55%23.73%-
HSV(B)173.93º84.76%41.18%-
XYZ7.3811.0612.81-
YUV77.36138.5184.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=7.37%
G=48.39%
B=44.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105960.8500.090.59173.9373.5523.73
Hex10696055093Bae4a18
Octal201511401250117325611230
Binary100001101001110000010101010100111101110101110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106960; }

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

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

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

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

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

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

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

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