#604EDD

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

Shades of Slate Blue #604EDD

Tints of Slate Blue #604EDD

Color information

#604EDD (or 0x604EDD) is unknown color: approx Slate Blue. HEX triplet: 60, 4E and DD. RGB value is (96,78,221). Sum of RGB (Red+Green+Blue) = 96+78+221=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #604EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EDD is #9FB122. Grayscale: #636363. Windows color (decimal): -10465571 or 14503520. OLE color: 14503520.

HSL color Cylindrical-coordinate representation of color #604EDD: hue angle of 247.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604EDD is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9678221-
CMYK0.570.6500.13
HSL247.55º67.77%58.63%-
HSV(B)247.55º64.71%86.67%-
XYZ20.613.1669.86-
YUV99.68196.46125.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=24.30%
G=19.75%
B=55.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96782210.570.6500.13247.5567.7758.63
Hex604EDD39410Df8443b
Octal1401163357110101537010473
Binary1100000100111011011101111001100000101101111110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604EDD; }

 p { color: rgb(96,78,221); }

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

<style>
 a { background-color: #604EDD; }

 a { background-color: rgb(96,78,221); }

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

<style>
 span { border-color: #604EDD; }

 span { border-color: rgb(96,78,221); }

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