Html Css Color HEX #604EE0 Slate Blue

📋 copy color: '#604EE0'

red 96 ◦ green 78 ◦ blue 224

#604EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #604EE0

Tints of Slate Blue #604EE0

RGB

 RED value IS 96 (37.89% from 255) = 24.12%

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 24.12%
G = 19.6%
B = 56.28%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#604EE0 (or 0x604EE0) is known color: 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

RGB 96 78 224 -
CMYK 0.57 0.65 0 0.12
HSL 247.4º 0.7% 0.59% -
HSV(B) 247.4º 0.65% 0.88% -
XYZ 21 13.32 71.98 -
YUV 100.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 96 78 224 0.57 0.65 0 0.12 247.4 0.7 0.59
Hex 60 4E E0 39 41 0 C F7 46 3B
Octal 140 116 340 71 101 0 14 367 106 73
Binary 1100000 1001110 11100000 111001 1000001 0 1100 11110111 1000110 111011

Color Harmonies of #604EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604EE0

Black with #604EE0

Text Example


Text Example

White with #604EE0

Text Example


Text Example

HTML Codes & Css Web 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>