#106961

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

Shades of Blue Stone #106961

Tints of Blue Stone #106961

Color information

#106961 (or 0x106961) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 61. RGB value is (16,105,97). Sum of RGB (Red+Green+Blue) = 16+105+97=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #106961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106961 is #EF969E. Grayscale: #4D4D4D. Windows color (decimal): -15701663 or 6383888. OLE color: 6383888.

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

Color convert

RGB1610597-
CMYK0.8500.080.59
HSL174.61º73.55%23.73%-
HSV(B)174.61º84.76%41.18%-
XYZ7.4211.0813.06-
YUV77.48139.0184.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=7.34%
G=48.17%
B=44.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105970.8500.080.59174.6173.5523.73
Hex10696155083Baf4a18
Octal201511411250107325711230
Binary100001101001110000110101010100011101110101111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106961; }

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

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

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

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

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

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

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

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