#116061

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

Shades of Blue Stone #116061

Tints of Blue Stone #116061

Color information

#116061 (or 0x116061) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 61. RGB value is (17,96,97). Sum of RGB (Red+Green+Blue) = 17+96+97=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #116061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116061 is #EE9F9E. Grayscale: #484848. Windows color (decimal): -15638431 or 6381585. OLE color: 6381585.

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

Color convert

RGB179697-
CMYK0.820.0100.62
HSL180.75º70.18%22.35%-
HSV(B)180.75º82.47%38.04%-
XYZ6.579.3512.77-
YUV72.49141.8388.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=8.10%
G=45.71%
B=46.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796970.820.0100.62180.7570.1822.35
Hex11606152103Eb54616
Octal21140141122107626510626
Binary100011100000110000110100101011111010110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116061; }

 p { color: rgb(17,96,97); }

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

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

 a { background-color: rgb(17,96,97); }

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

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

 span { border-color: rgb(17,96,97); }

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