#11686C

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

Shades of Blue Stone #11686C

Tints of Blue Stone #11686C

Color information

#11686C (or 0x11686C) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 6C. RGB value is (17,104,108). Sum of RGB (Red+Green+Blue) = 17+104+108=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #11686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11686C is #EE9793. Grayscale: #4E4E4E. Windows color (decimal): -15636372 or 7104529. OLE color: 7104529.

HSL color Cylindrical-coordinate representation of color #11686C: hue angle of 182.64º 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 #11686C is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17104108-
CMYK0.840.0400.58
HSL182.64º72.8%24.51%-
HSV(B)182.64º84.26%42.35%-
XYZ7.8911.115.91-
YUV78.44144.6884.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=7.42%
G=45.41%
B=47.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171041080.840.0400.58182.6472.824.51
Hex11686C54403Ab74919
Octal21150154124407226711131
Binary10001110100011011001010100100011101010110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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