#106661

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

Shades of Blue Stone #106661

Tints of Blue Stone #106661

Color information

#106661 (or 0x106661) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 61. RGB value is (16,102,97). Sum of RGB (Red+Green+Blue) = 16+102+97=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #106661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106661 is #EF999E. Grayscale: #4B4B4B. Windows color (decimal): -15702431 or 6383120. OLE color: 6383120.

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

Color convert

RGB1610297-
CMYK0.8400.050.6
HSL176.51º72.88%23.14%-
HSV(B)176.51º84.31%40%-
XYZ7.1210.4812.96-
YUV75.72140.0185.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=7.44%
G=47.44%
B=45.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102970.8400.050.6176.5172.8823.14
Hex10666154053Cb14917
Octal20146141124057426111127
Binary10000110011011000011010100010111110010110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106661; }

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

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

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

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

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

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

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

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