Html Css Color HEX #604ACC Slate Blue

📋 copy color: '#604ACC'

red 96 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #604ACC

Tints of Slate Blue #604ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 25.67%
G = 19.79%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#604ACC (or 0x604ACC) is known color: Slate Blue. HEX triplet: 60, 4A and CC. RGB value is (96,74,204). Sum of RGB (Red+Green+Blue) = 96+74+204=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #604ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ACC is #9FB533. Grayscale: #5E5E5E. Windows color (decimal): -10466612 or 13388384. OLE color: 13388384.

HSL color Cylindrical-coordinate representation of color #604ACC: hue angle of 250.15º degrees, saturation: 0.56, 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 #604ACC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 74 204 -
CMYK 0.53 0.64 0 0.2
HSL 250.15º 0.56% 0.55% -
HSV(B) 250.15º 0.64% 0.8% -
XYZ 18.17 11.74 58.44 -
YUV 95.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 96 74 204 0.53 0.64 0 0.2 250.15 0.56 0.55
Hex 60 4A CC 35 40 0 14 FA 38 37
Octal 140 112 314 65 100 0 24 372 70 67
Binary 1100000 1001010 11001100 110101 1000000 0 10100 11111010 111000 110111

Color Harmonies of #604ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ACC

Black with #604ACC

Text Example


Text Example

White with #604ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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