#604EDA

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

Shades of Slate Blue #604EDA

Tints of Slate Blue #604EDA

Color information

#604EDA (or 0x604EDA) is unknown color: approx Slate Blue. HEX triplet: 60, 4E and DA. RGB value is (96,78,218). Sum of RGB (Red+Green+Blue) = 96+78+218=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #604EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EDA is #9FB125. Grayscale: #626262. Windows color (decimal): -10465574 or 14306912. OLE color: 14306912.

HSL color Cylindrical-coordinate representation of color #604EDA: hue angle of 247.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604EDA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9678218-
CMYK0.560.6400.15
HSL247.71º65.42%58.04%-
HSV(B)247.71º64.22%85.49%-
XYZ20.21367.77-
YUV99.34194.96125.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 218 (85.55% from 255) = 55.61%
R=24.49%
G=19.90%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96782180.560.6400.15247.7165.4258.04
Hex604EDA38400Ff8413a
Octal1401163327010001737010172
Binary1100000100111011011010111000100000001111111110001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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