Html Css Color HEX #604ECD Slate Blue

📋 copy color: '#604ECD'

red 96 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #604ECD

Tints of Slate Blue #604ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 25.33%
G = 20.58%
B = 54.09%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#604ECD (or 0x604ECD) is known color: Slate Blue. HEX triplet: 60, 4E and CD. RGB value is (96,78,205). Sum of RGB (Red+Green+Blue) = 96+78+205=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #604ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604ECD is #9FB132. Grayscale: #616161. Windows color (decimal): -10465587 or 13454944. OLE color: 13454944.

HSL color Cylindrical-coordinate representation of color #604ECD: hue angle of 248.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604ECD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 78 205 -
CMYK 0.53 0.62 0 0.20
HSL 248.5º 0.56% 0.55% -
HSV(B) 248.5º 0.62% 0.8% -
XYZ 18.57 12.34 59.16 -
YUV 97.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 96 78 205 0.53 0.62 0 0.20 248.5 0.56 0.55
Hex 60 4E CD 35 3E 0 14 F9 38 37
Octal 140 116 315 65 76 0 24 371 70 67
Binary 1100000 1001110 11001101 110101 111110 0 10100 11111001 111000 110111

Color Harmonies of #604ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ECD

Black with #604ECD

Text Example


Text Example

White with #604ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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