#16646A

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

Shades of Blue Stone #16646A

Tints of Blue Stone #16646A

Color information

#16646A (or 0x16646A) is unknown color: approx Blue Stone. HEX triplet: 16, 64 and 6A. RGB value is (22,100,106). Sum of RGB (Red+Green+Blue) = 22+100+106=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #16646A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16646A is #E99B95. Grayscale: #4D4D4D. Windows color (decimal): -15309718 or 6972438. OLE color: 6972438.

HSL color Cylindrical-coordinate representation of color #16646A: hue angle of 184.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16646A is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB22100106-
CMYK0.790.0600.58
HSL184.29º65.62%25.1%-
HSV(B)184.29º79.25%41.57%-
XYZ7.4910.3315.23-
YUV77.36144.1688.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=9.65%
G=43.86%
B=46.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal221001060.790.0600.58184.2965.6225.1
Hex16646A4F603Ab84219
Octal26144152117607227010231
Binary10110110010011010101001111110011101010111000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16646A; }

 p { color: rgb(22,100,106); }

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

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

 a { background-color: rgb(22,100,106); }

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

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

 span { border-color: rgb(22,100,106); }

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