#614DD6

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

Shades of Slate Blue #614DD6

Tints of Slate Blue #614DD6

Color information

#614DD6 (or 0x614DD6) is unknown color: approx Slate Blue. HEX triplet: 61, 4D and D6. RGB value is (97,77,214). Sum of RGB (Red+Green+Blue) = 97+77+214=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #614DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DD6 is #9EB229. Grayscale: #626262. Windows color (decimal): -10400298 or 14044513. OLE color: 14044513.

HSL color Cylindrical-coordinate representation of color #614DD6: hue angle of 248.76º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614DD6 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9777214-
CMYK0.550.6400.16
HSL248.76º62.56%57.06%-
HSV(B)248.76º64.02%83.92%-
XYZ19.7212.765.03-
YUV98.6193.13126.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 214 (83.98% from 255) = 55.15%
R=25%
G=19.85%
B=55.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97772140.550.6400.16248.7662.5657.06
Hex614DD63740010f93f39
Octal141115326671000203717771
Binary1100001100110111010110110111100000001000011111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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