#617E9B

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

Shades of Slate Grey #617E9B

Tints of Slate Grey #617E9B

Color information

#617E9B (or 0x617E9B) is unknown color: approx Slate Grey. HEX triplet: 61, 7E and 9B. RGB value is (97,126,155). Sum of RGB (Red+Green+Blue) = 97+126+155=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #617E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E9B is #9E8164. Grayscale: #787878. Windows color (decimal): -10387813 or 10190433. OLE color: 10190433.

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

Color convert

RGB97126155-
CMYK0.370.1900.39
HSL210º23.02%49.41%-
HSV(B)210º37.42%60.78%-
XYZ18.3119.8333.87-
YUV120.64147.39111.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=25.66%
G=33.33%
B=41.01%

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
Decimal971261550.370.1900.3921023.0249.41
Hex617E9B2513027d21731
Octal14117623345230473222761
Binary11000011111110100110111001011001101001111101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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