#616BD5

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

Shades of Slate Blue #616BD5

Tints of Slate Blue #616BD5

Color information

#616BD5 (or 0x616BD5) is unknown color: approx Slate Blue. HEX triplet: 61, 6B and D5. RGB value is (97,107,213). Sum of RGB (Red+Green+Blue) = 97+107+213=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #616BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BD5 is #9E942A. Grayscale: #737373. Windows color (decimal): -10392619 or 13986657. OLE color: 13986657.

HSL color Cylindrical-coordinate representation of color #616BD5: hue angle of 234.83º 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 #616BD5 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97107213-
CMYK0.540.5000.16
HSL234.83º58%60.78%-
HSV(B)234.83º54.46%83.53%-
XYZ22.217.8665.23-
YUV116.09182.69114.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 213 (83.59% from 255) = 51.08%
R=23.26%
G=25.66%
B=51.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971072130.540.5000.16234.835860.78
Hex616BD53632010eb3a3d
Octal14115332566620203537275
Binary110000111010111101010111011011001001000011101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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