#106663

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

Shades of Blue Stone #106663

Tints of Blue Stone #106663

Color information

#106663 (or 0x106663) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 63. RGB value is (16,102,99). Sum of RGB (Red+Green+Blue) = 16+102+99=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #106663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106663 is #EF999C. Grayscale: #4B4B4B. Windows color (decimal): -15702429 or 6514192. OLE color: 6514192.

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

Color convert

RGB1610299-
CMYK0.8400.030.6
HSL177.91º72.88%23.14%-
HSV(B)177.91º84.31%40%-
XYZ7.2210.5113.45-
YUV75.94141.0185.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=7.37%
G=47.00%
B=45.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102990.8400.030.6177.9172.8823.14
Hex10666354033Cb24917
Octal20146143124037426211127
Binary1000011001101100011101010001111110010110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106663; }

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

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

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

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

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

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

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

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