#106362

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

Shades of Blue Stone #106362

Tints of Blue Stone #106362

Color information

#106362 (or 0x106362) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 62. RGB value is (16,99,98). Sum of RGB (Red+Green+Blue) = 16+99+98=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #106362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106362 is #EF9C9D. Grayscale: #494949. Windows color (decimal): -15703198 or 6447888. OLE color: 6447888.

HSL color Cylindrical-coordinate representation of color #106362: hue angle of 179.28º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106362 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB169998-
CMYK0.8400.010.61
HSL179.28º72.17%22.55%-
HSV(B)179.28º83.84%38.82%-
XYZ6.889.9213.11-
YUV74.07141.586.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=7.51%
G=46.48%
B=46.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699980.8400.010.61179.2872.1722.55
Hex10636254013Db34817
Octal20143142124017526311027
Binary100001100011110001010101000111110110110011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106362; }

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

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

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

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

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

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

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

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