#617B97

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

Shades of Slate Grey #617B97

Tints of Slate Grey #617B97

Color information

#617B97 (or 0x617B97) is unknown color: approx Slate Grey. HEX triplet: 61, 7B and 97. RGB value is (97,123,151). Sum of RGB (Red+Green+Blue) = 97+123+151=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #617B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B97 is #9E8468. Grayscale: #767676. Windows color (decimal): -10388585 or 9927521. OLE color: 9927521.

HSL color Cylindrical-coordinate representation of color #617B97: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #617B97 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97123151-
CMYK0.360.1900.41
HSL211.11º21.77%48.63%-
HSV(B)211.11º35.76%59.22%-
XYZ17.618.9432.01-
YUV118.42146.39112.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=26.15%
G=33.15%
B=40.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971231510.360.1900.41211.1121.7748.63
Hex617B972413029d31631
Octal14117322744230513232661
Binary11000011111011100101111001001001101010011101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,123,151); }

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

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

 a { background-color: rgb(97,123,151); }

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

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

 span { border-color: rgb(97,123,151); }

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