#106051

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

Shades of Blue Stone #106051

Tints of Blue Stone #106051

Color information

#106051 (or 0x106051) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 51. RGB value is (16,96,81). Sum of RGB (Red+Green+Blue) = 16+96+81=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #106051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106051 is #EF9FAE. Grayscale: #464646. Windows color (decimal): -15703983 or 5333008. OLE color: 5333008.

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

Color convert

RGB169681-
CMYK0.8300.160.62
HSL168.75º71.43%21.96%-
HSV(B)168.75º83.33%37.65%-
XYZ5.889.079.23-
YUV70.3713489.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=8.29%
G=49.74%
B=41.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696810.8300.160.62168.7571.4321.96
Hex106051530103Ea94716
Octal201401211230207625110726
Binary1000011000001010001101001101000011111010101001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106051; }

 p { color: rgb(16,96,81); }

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

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

 a { background-color: rgb(16,96,81); }

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

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

 span { border-color: rgb(16,96,81); }

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