#11645A

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

Shades of Blue Stone #11645A

Tints of Blue Stone #11645A

Color information

#11645A (or 0x11645A) is unknown color: approx Blue Stone. HEX triplet: 11, 64 and 5A. RGB value is (17,100,90). Sum of RGB (Red+Green+Blue) = 17+100+90=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #11645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11645A is #EE9BA5. Grayscale: #4A4A4A. Windows color (decimal): -15637414 or 5923857. OLE color: 5923857.

HSL color Cylindrical-coordinate representation of color #11645A: hue angle of 172.77º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11645A is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1710090-
CMYK0.8300.100.61
HSL172.77º70.94%22.94%-
HSV(B)172.77º83%39.22%-
XYZ6.639.9711.25-
YUV74.0413787.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=8.21%
G=48.31%
B=43.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100900.8300.100.61172.7770.9422.94
Hex11645A530A3Dad4717
Octal211441321230127525510727
Binary100011100100101101010100110101011110110101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,100,90); }

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

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

 a { background-color: rgb(17,100,90); }

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

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

 span { border-color: rgb(17,100,90); }

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