#11696C

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

Shades of Blue Stone #11696C

Tints of Blue Stone #11696C

Color information

#11696C (or 0x11696C) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 6C. RGB value is (17,105,108). Sum of RGB (Red+Green+Blue) = 17+105+108=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #11696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11696C is #EE9693. Grayscale: #4E4E4E. Windows color (decimal): -15636116 or 7104785. OLE color: 7104785.

HSL color Cylindrical-coordinate representation of color #11696C: hue angle of 181.98º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11696C is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17105108-
CMYK0.840.0300.58
HSL181.98º72.8%24.51%-
HSV(B)181.98º84.26%42.35%-
XYZ7.9911.3115.95-
YUV79.03144.3583.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=7.39%
G=45.65%
B=46.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171051080.840.0300.58181.9872.824.51
Hex11696C54303Ab64919
Octal21151154124307226611131
Binary1000111010011101100101010011011101010110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11696C; }

 p { color: rgb(17,105,108); }

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

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

 a { background-color: rgb(17,105,108); }

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

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

 span { border-color: rgb(17,105,108); }

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