#614AD6

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

Shades of Slate Blue #614AD6

Tints of Slate Blue #614AD6

Color information

#614AD6 (or 0x614AD6) is unknown color: approx Slate Blue. HEX triplet: 61, 4A and D6. RGB value is (97,74,214). Sum of RGB (Red+Green+Blue) = 97+74+214=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #614AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AD6 is #9EB529. Grayscale: #606060. Windows color (decimal): -10401066 or 14043745. OLE color: 14043745.

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

Color convert

RGB9774214-
CMYK0.550.6500.16
HSL249.86º63.06%56.47%-
HSV(B)249.86º65.42%83.92%-
XYZ19.5212.2964.96-
YUV96.84194.12128.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=25.19%
G=19.22%
B=55.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97742140.550.6500.16249.8663.0656.47
Hex614AD63741010fa3f38
Octal141112326671010203727770
Binary1100001100101011010110110111100000101000011111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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