#16676D

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

Shades of Blue Stone #16676D

Tints of Blue Stone #16676D

Color information

#16676D (or 0x16676D) is unknown color: approx Blue Stone. HEX triplet: 16, 67 and 6D. RGB value is (22,103,109). Sum of RGB (Red+Green+Blue) = 22+103+109=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #16676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16676D is #E99892. Grayscale: #4F4F4F. Windows color (decimal): -15308947 or 7169814. OLE color: 7169814.

HSL color Cylindrical-coordinate representation of color #16676D: hue angle of 184.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16676D is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB22103109-
CMYK0.800.0600.57
HSL184.14º66.41%25.69%-
HSV(B)184.14º79.82%42.75%-
XYZ7.9410.9816.17-
YUV79.46144.6687.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=9.40%
G=44.02%
B=46.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal221031090.800.0600.57184.1466.4125.69
Hex16676D506039b8421a
Octal26147155120607127010232
Binary10110110011111011011010000110011100110111000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16676D; }

 p { color: rgb(22,103,109); }

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

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

 a { background-color: rgb(22,103,109); }

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

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

 span { border-color: rgb(22,103,109); }

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