#11606A

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

Shades of Blue Stone #11606A

Tints of Blue Stone #11606A

Color information

#11606A (or 0x11606A) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 6A. RGB value is (17,96,106). Sum of RGB (Red+Green+Blue) = 17+96+106=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #11606A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11606A is #EE9F95. Grayscale: #494949. Windows color (decimal): -15638422 or 6971409. OLE color: 6971409.

HSL color Cylindrical-coordinate representation of color #11606A: hue angle of 186.74º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11606A is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1796106-
CMYK0.840.0900.58
HSL186.74º72.36%24.12%-
HSV(B)186.74º83.96%41.57%-
XYZ7.029.5315.1-
YUV73.52146.3387.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=7.76%
G=43.84%
B=48.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17961060.840.0900.58186.7472.3624.12
Hex11606A54903Abb4818
Octal211401521241107227311030
Binary100011100000110101010101001001011101010111011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11606A; }

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

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

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

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

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

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

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

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