#16615E

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

Shades of Blue Stone #16615E

Tints of Blue Stone #16615E

Color information

#16615E (or 0x16615E) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 5E. RGB value is (22,97,94). Sum of RGB (Red+Green+Blue) = 22+97+94=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #16615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16615E is #E99EA1. Grayscale: #4A4A4A. Windows color (decimal): -15310498 or 6185238. OLE color: 6185238.

HSL color Cylindrical-coordinate representation of color #16615E: hue angle of 177.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16615E is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB229794-
CMYK0.7700.030.62
HSL177.6º63.03%23.33%-
HSV(B)177.6º77.32%38.04%-
XYZ6.639.5312.08-
YUV74.23139.1590.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=10.33%
G=45.54%
B=44.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297940.7700.030.62177.663.0323.33
Hex16615E4D033Eb23f17
Octal2614113611503762627727
Binary101101100001101111010011010111111101011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16615E; }

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

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

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

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

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

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

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

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