#604EE0

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

Shades of Slate Blue #604EE0

Tints of Slate Blue #604EE0

Color information

#604EE0 (or 0x604EE0) is unknown color: approx Slate Blue. HEX triplet: 60, 4E and E0. RGB value is (96,78,224). Sum of RGB (Red+Green+Blue) = 96+78+224=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #604EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EE0 is #9FB11F. Grayscale: #636363. Windows color (decimal): -10465568 or 14700128. OLE color: 14700128.

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

Color convert

RGB9678224-
CMYK0.570.6500.12
HSL247.4º70.19%59.22%-
HSV(B)247.4º65.18%87.84%-
XYZ2113.3271.98-
YUV100.03197.96125.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 224 (87.89% from 255) = 56.28%
R=24.12%
G=19.60%
B=56.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal96782240.570.6500.12247.470.1959.22
Hex604EE039410Cf7463b
Octal1401163407110101436710673
Binary1100000100111011100000111001100000101100111101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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