#614EDC

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

Shades of Slate Blue #614EDC

Tints of Slate Blue #614EDC

Color information

#614EDC (or 0x614EDC) is unknown color: approx Slate Blue. HEX triplet: 61, 4E and DC. RGB value is (97,78,220). Sum of RGB (Red+Green+Blue) = 97+78+220=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #614EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EDC is #9EB123. Grayscale: #636363. Windows color (decimal): -10400036 or 14437985. OLE color: 14437985.

HSL color Cylindrical-coordinate representation of color #614EDC: hue angle of 248.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614EDC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9778220-
CMYK0.560.6500.14
HSL248.03º66.98%58.43%-
HSV(B)248.03º64.55%86.27%-
XYZ20.5713.1669.17-
YUV99.87195.79125.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 220 (86.33% from 255) = 55.70%
R=24.56%
G=19.75%
B=55.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97782200.560.6500.14248.0366.9858.43
Hex614EDC38410Ef8433a
Octal1411163347010101637010372
Binary1100001100111011011100111000100000101110111110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,220); }

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

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

 a { background-color: rgb(97,78,220); }

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

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

 span { border-color: rgb(97,78,220); }

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