#617D9B

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

Shades of Slate Grey #617D9B

Tints of Slate Grey #617D9B

Color information

#617D9B (or 0x617D9B) is unknown color: approx Slate Grey. HEX triplet: 61, 7D and 9B. RGB value is (97,125,155). Sum of RGB (Red+Green+Blue) = 97+125+155=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #617D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D9B is #9E8264. Grayscale: #777777. Windows color (decimal): -10388069 or 10190177. OLE color: 10190177.

HSL color Cylindrical-coordinate representation of color #617D9B: hue angle of 211.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617D9B is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97125155-
CMYK0.370.1900.39
HSL211.03º23.02%49.41%-
HSV(B)211.03º37.42%60.78%-
XYZ18.1819.5833.83-
YUV120.05147.72111.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=25.73%
G=33.16%
B=41.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971251550.370.1900.39211.0323.0249.41
Hex617D9B2513027d31731
Octal14117523345230473232761
Binary11000011111101100110111001011001101001111101001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,125,155); }

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

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

 a { background-color: rgb(97,125,155); }

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

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

 span { border-color: rgb(97,125,155); }

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