Html Css Color HEX #604ED3 Slate Blue

📋 copy color: '#604ED3'

red 96 ◦ green 78 ◦ blue 211

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

Shades of Slate Blue #604ED3

Tints of Slate Blue #604ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.81%

R = 24.94%
G = 20.26%
B = 54.81%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#604ED3 (or 0x604ED3) is known color: Slate Blue. HEX triplet: 60, 4E and D3. RGB value is (96,78,211). Sum of RGB (Red+Green+Blue) = 96+78+211=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #604ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604ED3 is #9FB12C. Grayscale: #626262. Windows color (decimal): -10465581 or 13848160. OLE color: 13848160.

HSL color Cylindrical-coordinate representation of color #604ED3: hue angle of 248.12º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #604ED3 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 78 211 -
CMYK 0.55 0.63 0 0.17
HSL 248.12º 0.6% 0.57% -
HSV(B) 248.12º 0.63% 0.83% -
XYZ 19.31 12.64 63.05 -
YUV 98.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 96 78 211 0.55 0.63 0 0.17 248.12 0.6 0.57
Hex 60 4E D3 37 3F 0 11 F8 3C 39
Octal 140 116 323 67 77 0 21 370 74 71
Binary 1100000 1001110 11010011 110111 111111 0 10001 11111000 111100 111001

Color Harmonies of #604ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ED3

Black with #604ED3

Text Example


Text Example

White with #604ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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