Html Css Color HEX #604ACE Slate Blue

📋 copy color: '#604ACE'

red 96 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #604ACE

Tints of Slate Blue #604ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 25.53%
G = 19.68%
B = 54.79%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#604ACE (or 0x604ACE) is known color: Slate Blue. HEX triplet: 60, 4A and CE. RGB value is (96,74,206). Sum of RGB (Red+Green+Blue) = 96+74+206=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #604ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ACE is #9FB531. Grayscale: #5F5F5F. Windows color (decimal): -10466610 or 13519456. OLE color: 13519456.

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

Color convert

RGB 96 74 206 -
CMYK 0.53 0.64 0 0.19
HSL 250º 0.57% 0.55% -
HSV(B) 250º 0.64% 0.81% -
XYZ 18.41 11.84 59.71 -
YUV 95.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 96 74 206 0.53 0.64 0 0.19 250 0.57 0.55
Hex 60 4A CE 35 40 0 13 FA 39 37
Octal 140 112 316 65 100 0 23 372 71 67
Binary 1100000 1001010 11001110 110101 1000000 0 10011 11111010 111001 110111

Color Harmonies of #604ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ACE

Black with #604ACE

Text Example


Text Example

White with #604ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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