#106566

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

Shades of Blue Stone #106566

Tints of Blue Stone #106566

Color information

#106566 (or 0x106566) is unknown color: approx Blue Stone. HEX triplet: 10, 65 and 66. RGB value is (16,101,102). Sum of RGB (Red+Green+Blue) = 16+101+102=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #106566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106566 is #EF9A99. Grayscale: #4B4B4B. Windows color (decimal): -15702682 or 6710544. OLE color: 6710544.

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

Color convert

RGB16101102-
CMYK0.840.0100.6
HSL180.7º72.88%23.14%-
HSV(B)180.7º84.31%40%-
XYZ7.2710.3814.19-
YUV75.7142.8485.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=7.31%
G=46.12%
B=46.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal161011020.840.0100.6180.772.8823.14
Hex10656654103Cb54917
Octal20145146124107426511127
Binary100001100101110011010101001011110010110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106566; }

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

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

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

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

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

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

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

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