#11676C

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

Shades of Blue Stone #11676C

Tints of Blue Stone #11676C

Color information

#11676C (or 0x11676C) is unknown color: approx Blue Stone. HEX triplet: 11, 67 and 6C. RGB value is (17,103,108). Sum of RGB (Red+Green+Blue) = 17+103+108=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #11676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11676C is #EE9893. Grayscale: #4D4D4D. Windows color (decimal): -15636628 or 7104273. OLE color: 7104273.

HSL color Cylindrical-coordinate representation of color #11676C: hue angle of 183.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11676C is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17103108-
CMYK0.840.0500.58
HSL183.3º72.8%24.51%-
HSV(B)183.3º84.26%42.35%-
XYZ7.7910.915.88-
YUV77.86145.0184.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 103 (40.62% from 255) = 45.18%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=7.46%
G=45.18%
B=47.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171031080.840.0500.58183.372.824.51
Hex11676C54503Ab74919
Octal21147154124507226711131
Binary10001110011111011001010100101011101010110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11676C; }

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

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

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

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

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

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

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

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