#106655

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

Shades of Blue Stone #106655

Tints of Blue Stone #106655

Color information

#106655 (or 0x106655) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 55. RGB value is (16,102,85). Sum of RGB (Red+Green+Blue) = 16+102+85=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #106655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106655 is #EF99AA. Grayscale: #4A4A4A. Windows color (decimal): -15702443 or 5596688. OLE color: 5596688.

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

Color convert

RGB1610285-
CMYK0.8400.170.6
HSL168.14º72.88%23.14%-
HSV(B)168.14º84.31%40%-
XYZ6.610.2710.23-
YUV74.35134.0186.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=7.88%
G=50.25%
B=41.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102850.8400.170.6168.1472.8823.14
Hex106655540113Ca84917
Octal201461251240217425011127
Binary1000011001101010101101010001000111110010101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106655; }

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

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

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

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

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

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

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

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