Html Css Color HEX #604ACD Slate Blue

📋 copy color: '#604ACD'

red 96 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #604ACD

Tints of Slate Blue #604ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

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

R = 25.6%
G = 19.73%
B = 54.67%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#604ACD (or 0x604ACD) is known color: Slate Blue. HEX triplet: 60, 4A and CD. RGB value is (96,74,205). Sum of RGB (Red+Green+Blue) = 96+74+205=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #604ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ACD is #9FB532. Grayscale: #5F5F5F. Windows color (decimal): -10466611 or 13453920. OLE color: 13453920.

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

Color convert

RGB 96 74 205 -
CMYK 0.53 0.64 0 0.20
HSL 250.08º 0.57% 0.55% -
HSV(B) 250.08º 0.64% 0.8% -
XYZ 18.29 11.79 59.07 -
YUV 95.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 96 74 205 0.53 0.64 0 0.20 250.08 0.57 0.55
Hex 60 4A CD 35 40 0 14 FA 39 37
Octal 140 112 315 65 100 0 24 372 71 67
Binary 1100000 1001010 11001101 110101 1000000 0 10100 11111010 111001 110111

Color Harmonies of #604ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ACD

Black with #604ACD

Text Example


Text Example

White with #604ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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