#116967

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

Shades of Blue Stone #116967

Tints of Blue Stone #116967

Color information

#116967 (or 0x116967) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 67. RGB value is (17,105,103). Sum of RGB (Red+Green+Blue) = 17+105+103=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #116967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116967 is #EE9698. Grayscale: #4E4E4E. Windows color (decimal): -15636121 or 6777105. OLE color: 6777105.

HSL color Cylindrical-coordinate representation of color #116967: hue angle of 178.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116967 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB17105103-
CMYK0.8400.020.59
HSL178.64º72.13%23.92%-
HSV(B)178.64º83.81%41.18%-
XYZ7.7311.214.59-
YUV78.46141.8584.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=7.56%
G=46.67%
B=45.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171051030.8400.020.59178.6472.1323.92
Hex11696754023Bb34818
Octal21151147124027326311030
Binary1000111010011100111101010001011101110110011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116967; }

 p { color: rgb(17,105,103); }

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

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

 a { background-color: rgb(17,105,103); }

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

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

 span { border-color: rgb(17,105,103); }

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