#116662

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

Shades of Blue Stone #116662

Tints of Blue Stone #116662

Color information

#116662 (or 0x116662) is unknown color: approx Blue Stone. HEX triplet: 11, 66 and 62. RGB value is (17,102,98). Sum of RGB (Red+Green+Blue) = 17+102+98=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #116662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116662 is #EE999D. Grayscale: #4C4C4C. Windows color (decimal): -15636894 or 6448657. OLE color: 6448657.

HSL color Cylindrical-coordinate representation of color #116662: hue angle of 177.18º 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 #116662 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1710298-
CMYK0.8300.040.6
HSL177.18º71.43%23.33%-
HSV(B)177.18º83.33%40%-
XYZ7.1910.513.2-
YUV76.13140.3485.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=7.83%
G=47.00%
B=45.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102980.8300.040.6177.1871.4323.33
Hex11666253043Cb14717
Octal21146142123047426110727
Binary10001110011011000101010011010011110010110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116662; }

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

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

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

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

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

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

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

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