Html Css Color HEX #604AC3 Slate Blue

📋 copy color: '#604AC3'

red 96 ◦ green 74 ◦ blue 195

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

Shades of Slate Blue #604AC3

Tints of Slate Blue #604AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 53.42%

R = 26.3%
G = 20.27%
B = 53.42%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#604AC3 (or 0x604AC3) is known color: Slate Blue. HEX triplet: 60, 4A and C3. RGB value is (96,74,195). Sum of RGB (Red+Green+Blue) = 96+74+195=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 195 (76.56% from 255 or 53.42% from 365); Max value from RGB is 195 - color contains mainly: blue. Hex color #604AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604AC3 is #9FB53C. Grayscale: #5D5D5D. Windows color (decimal): -10466621 or 12798560. OLE color: 12798560.

HSL color Cylindrical-coordinate representation of color #604AC3: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604AC3 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 74 195 -
CMYK 0.51 0.62 0 0.24
HSL 250.91º 0.5% 0.53% -
HSV(B) 250.91º 0.62% 0.76% -
XYZ 17.12 11.32 52.91 -
YUV 94.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 96 74 195 0.51 0.62 0 0.24 250.91 0.5 0.53
Hex 60 4A C3 33 3E 0 18 FB 32 35
Octal 140 112 303 63 76 0 30 373 62 65
Binary 1100000 1001010 11000011 110011 111110 0 11000 11111011 110010 110101

Color Harmonies of #604AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604AC3

Black with #604AC3

Text Example


Text Example

White with #604AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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