#106366

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

Shades of Blue Stone #106366

Tints of Blue Stone #106366

Color information

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

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

Color convert

RGB1699102-
CMYK0.840.0300.6
HSL182.09º72.88%23.14%-
HSV(B)182.09º84.31%40%-
XYZ7.079.9914.13-
YUV74.53143.586.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16991020.840.0300.6182.0972.8823.14
Hex10636654303Cb64917
Octal20143146124307426611127
Binary1000011000111100110101010011011110010110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106366; }

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

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

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

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

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

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

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

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