#106259

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

Shades of Blue Stone #106259

Tints of Blue Stone #106259

Color information

#106259 (or 0x106259) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 59. RGB value is (16,98,89). Sum of RGB (Red+Green+Blue) = 16+98+89=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #106259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106259 is #EF9DA6. Grayscale: #484848. Windows color (decimal): -15703463 or 5857808. OLE color: 5857808.

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

Color convert

RGB169889-
CMYK0.8400.090.62
HSL173.41º71.93%22.35%-
HSV(B)173.41º83.67%38.43%-
XYZ6.389.5710.96-
YUV72.46137.3387.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=7.88%
G=48.28%
B=43.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698890.8400.090.62173.4171.9322.35
Hex10625954093Ead4816
Octal201421311240117625511026
Binary100001100010101100110101000100111111010101101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106259; }

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

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

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

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

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

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

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

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