#617F9B

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

Shades of Slate Grey #617F9B

Tints of Slate Grey #617F9B

Color information

#617F9B (or 0x617F9B) is unknown color: approx Slate Grey. HEX triplet: 61, 7F and 9B. RGB value is (97,127,155). Sum of RGB (Red+Green+Blue) = 97+127+155=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #617F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F9B is #9E8064. Grayscale: #797979. Windows color (decimal): -10387557 or 10190689. OLE color: 10190689.

HSL color Cylindrical-coordinate representation of color #617F9B: hue angle of 208.97º 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 #617F9B is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97127155-
CMYK0.370.1800.39
HSL208.97º23.02%49.41%-
HSV(B)208.97º37.42%60.78%-
XYZ18.4420.0933.92-
YUV121.22147.06110.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=25.59%
G=33.51%
B=40.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971271550.370.1800.39208.9723.0249.41
Hex617F9B2512027d11731
Octal14117723345220473212761
Binary11000011111111100110111001011001001001111101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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