#617C9B

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

Shades of Slate Grey #617C9B

Tints of Slate Grey #617C9B

Color information

#617C9B (or 0x617C9B) is unknown color: approx Slate Grey. HEX triplet: 61, 7C and 9B. RGB value is (97,124,155). Sum of RGB (Red+Green+Blue) = 97+124+155=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #617C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C9B is #9E8364. Grayscale: #777777. Windows color (decimal): -10388325 or 10189921. OLE color: 10189921.

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

Color convert

RGB97124155-
CMYK0.370.200.39
HSL212.07º23.02%49.41%-
HSV(B)212.07º37.42%60.78%-
XYZ18.0519.3233.79-
YUV119.46148.05111.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=25.80%
G=32.98%
B=41.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971241550.370.200.39212.0723.0249.41
Hex617C9B2514027d41731
Octal14117423345240473242761
Binary11000011111100100110111001011010001001111101010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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