#616FD5

Color #616FD5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #616FD5

Tints of Slate Blue #616FD5

Color information

#616FD5 (or 0x616FD5) is unknown color: approx Slate Blue. HEX triplet: 61, 6F and D5. RGB value is (97,111,213). Sum of RGB (Red+Green+Blue) = 97+111+213=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #616FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FD5 is #9E902A. Grayscale: #767676. Windows color (decimal): -10391595 or 13987681. OLE color: 13987681.

HSL color Cylindrical-coordinate representation of color #616FD5: hue angle of 232.76º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #616FD5 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97111213-
CMYK0.540.4800.16
HSL232.76º58%60.78%-
HSV(B)232.76º54.46%83.53%-
XYZ22.6218.7165.37-
YUV118.44181.36112.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 213 (83.59% from 255) = 50.59%
R=23.04%
G=26.37%
B=50.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971112130.540.4800.16232.765860.78
Hex616FD53630010e93a3d
Octal14115732566600203517275
Binary110000111011111101010111011011000001000011101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616FD5; }

 p { color: rgb(97,111,213); }

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

<style>
 a { background-color: #616FD5; }

 a { background-color: rgb(97,111,213); }

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

<style>
 span { border-color: #616FD5; }

 span { border-color: rgb(97,111,213); }

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