#116661

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

Shades of Blue Stone #116661

Tints of Blue Stone #116661

Color information

#116661 (or 0x116661) is unknown color: approx Blue Stone. HEX triplet: 11, 66 and 61. RGB value is (17,102,97). Sum of RGB (Red+Green+Blue) = 17+102+97=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #116661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116661 is #EE999E. Grayscale: #4B4B4B. Windows color (decimal): -15636895 or 6383121. OLE color: 6383121.

HSL color Cylindrical-coordinate representation of color #116661: hue angle of 176.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116661 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1710297-
CMYK0.8300.050.6
HSL176.47º71.43%23.33%-
HSV(B)176.47º83.33%40%-
XYZ7.1410.4812.96-
YUV76.01139.8485.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=7.87%
G=47.22%
B=44.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102970.8300.050.6176.4771.4323.33
Hex11666153053Cb04717
Octal21146141123057426010727
Binary10001110011011000011010011010111110010110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116661; }

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

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

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

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

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

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

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

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