#106253

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

Shades of Blue Stone #106253

Tints of Blue Stone #106253

Color information

#106253 (or 0x106253) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 53. RGB value is (16,98,83). Sum of RGB (Red+Green+Blue) = 16+98+83=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #106253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106253 is #EF9DAC. Grayscale: #474747. Windows color (decimal): -15703469 or 5464592. OLE color: 5464592.

HSL color Cylindrical-coordinate representation of color #106253: hue angle of 169.02º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106253 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB169883-
CMYK0.8400.150.62
HSL169.02º71.93%22.35%-
HSV(B)169.02º83.67%38.43%-
XYZ6.149.479.69-
YUV71.77134.3388.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=8.12%
G=49.75%
B=42.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698830.8400.150.62169.0271.9322.35
Hex106253540F3Ea94816
Octal201421231240177625111026
Binary100001100010101001110101000111111111010101001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106253; }

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

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

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

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

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

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

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

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