#617C95

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

Shades of Slate Grey #617C95

Tints of Slate Grey #617C95

Color information

#617C95 (or 0x617C95) is unknown color: approx Slate Grey. HEX triplet: 61, 7C and 95. RGB value is (97,124,149). Sum of RGB (Red+Green+Blue) = 97+124+149=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #617C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C95 is #9E836A. Grayscale: #767676. Windows color (decimal): -10388331 or 9796705. OLE color: 9796705.

HSL color Cylindrical-coordinate representation of color #617C95: hue angle of 208.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617C95 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97124149-
CMYK0.350.1700.42
HSL208.85º21.14%48.24%-
HSV(B)208.85º34.9%58.43%-
XYZ17.5619.1331.2-
YUV118.78145.05112.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=26.22%
G=33.51%
B=40.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971241490.350.1700.42208.8521.1448.24
Hex617C95231102Ad11530
Octal14117422543210523212560
Binary11000011111100100101011000111000101010101101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C95; }

 p { color: rgb(97,124,149); }

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

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

 a { background-color: rgb(97,124,149); }

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

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

 span { border-color: rgb(97,124,149); }

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