#106360

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

Shades of Blue Stone #106360

Tints of Blue Stone #106360

Color information

#106360 (or 0x106360) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 60. RGB value is (16,99,96). Sum of RGB (Red+Green+Blue) = 16+99+96=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #106360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106360 is #EF9C9F. Grayscale: #494949. Windows color (decimal): -15703200 or 6316816. OLE color: 6316816.

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

Color convert

RGB169996-
CMYK0.8400.030.61
HSL177.83º72.17%22.55%-
HSV(B)177.83º83.84%38.82%-
XYZ6.799.8812.62-
YUV73.84140.586.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=7.58%
G=46.92%
B=45.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699960.8400.030.61177.8372.1722.55
Hex10636054033Db24817
Octal20143140124037526211027
Binary1000011000111100000101010001111110110110010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106360; }

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

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

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

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

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

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

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

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