#614DD1

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

Shades of Slate Blue #614DD1

Tints of Slate Blue #614DD1

Color information

#614DD1 (or 0x614DD1) is unknown color: approx Slate Blue. HEX triplet: 61, 4D and D1. RGB value is (97,77,209). Sum of RGB (Red+Green+Blue) = 97+77+209=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #614DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DD1 is #9EB22E. Grayscale: #616161. Windows color (decimal): -10400303 or 13716833. OLE color: 13716833.

HSL color Cylindrical-coordinate representation of color #614DD1: hue angle of 249.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614DD1 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9777209-
CMYK0.540.6300.18
HSL249.09º58.93%56.08%-
HSV(B)249.09º63.16%81.96%-
XYZ19.0912.4561.72-
YUV98.03190.63127.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 209 (82.03% from 255) = 54.57%
R=25.33%
G=20.10%
B=54.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97772090.540.6300.18249.0958.9356.08
Hex614DD1363F012f93b38
Octal14111532166770223717370
Binary110000110011011101000111011011111101001011111001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614DD1; }

 p { color: rgb(97,77,209); }

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

<style>
 a { background-color: #614DD1; }

 a { background-color: rgb(97,77,209); }

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

<style>
 span { border-color: #614DD1; }

 span { border-color: rgb(97,77,209); }

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