#617992

Color #617992 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #617992

Tints of Slate Grey #617992

Color information

#617992 (or 0x617992) is unknown color: approx Slate Grey. HEX triplet: 61, 79 and 92. RGB value is (97,121,146). Sum of RGB (Red+Green+Blue) = 97+121+146=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #617992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617992 is #9E866D. Grayscale: #747474. Windows color (decimal): -10389102 or 9599329. OLE color: 9599329.

HSL color Cylindrical-coordinate representation of color #617992: hue angle of 210.61º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617992 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97121146-
CMYK0.340.1700.43
HSL210.61º20.16%47.65%-
HSV(B)210.61º33.56%57.25%-
XYZ16.9618.2929.83-
YUV116.67144.55113.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=26.65%
G=33.24%
B=40.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971211460.340.1700.43210.6120.1647.65
Hex617992221102Bd31430
Octal14117122242210533232460
Binary11000011111001100100101000101000101010111101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617992; }

 p { color: rgb(97,121,146); }

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

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

 a { background-color: rgb(97,121,146); }

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

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

 span { border-color: rgb(97,121,146); }

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