Html Css Color HEX #604CE0 Slate Blue

📋 copy color: '#604CE0'

red 96 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #604CE0

Tints of Slate Blue #604CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

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

R = 24.24%
G = 19.19%
B = 56.57%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#604CE0 (or 0x604CE0) is known color: Slate Blue. HEX triplet: 60, 4C and E0. RGB value is (96,76,224). Sum of RGB (Red+Green+Blue) = 96+76+224=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #604CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CE0 is #9FB31F. Grayscale: #626262. Windows color (decimal): -10466080 or 14699616. OLE color: 14699616.

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

Color convert

RGB 96 76 224 -
CMYK 0.57 0.66 0 0.12
HSL 248.11º 0.7% 0.59% -
HSV(B) 248.11º 0.66% 0.88% -
XYZ 20.86 13.04 71.94 -
YUV 98.85 198.63 125.97 -
System Red Green Blue C M Y K H S L
Decimal 96 76 224 0.57 0.66 0 0.12 248.11 0.7 0.59
Hex 60 4C E0 39 42 0 C F8 46 3B
Octal 140 114 340 71 102 0 14 370 106 73
Binary 1100000 1001100 11100000 111001 1000010 0 1100 11111000 1000110 111011

Color Harmonies of #604CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CE0

Black with #604CE0

Text Example


Text Example

White with #604CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #604CE0;
 }
 .AnyTagClassName
 {
   color: #604CE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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