#16616C

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

Shades of Blue Stone #16616C

Tints of Blue Stone #16616C

Color information

#16616C (or 0x16616C) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 6C. RGB value is (22,97,108). Sum of RGB (Red+Green+Blue) = 22+97+108=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #16616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16616C is #E99E93. Grayscale: #4B4B4B. Windows color (decimal): -15310484 or 7102742. OLE color: 7102742.

HSL color Cylindrical-coordinate representation of color #16616C: hue angle of 187.67º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16616C is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2297108-
CMYK0.800.1000.58
HSL187.67º66.15%25.49%-
HSV(B)187.67º79.63%42.35%-
XYZ7.319.815.69-
YUV75.83146.1589.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=9.69%
G=42.73%
B=47.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22971080.800.1000.58187.6766.1525.49
Hex16616C50A03Abc4219
Octal261411541201207227410231
Binary101101100001110110010100001010011101010111100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,97,108); }

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

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

 a { background-color: rgb(22,97,108); }

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

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

 span { border-color: rgb(22,97,108); }

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