Html Css Color HEX #604DC9 Slate Blue

📋 copy color: '#604DC9'

red 96 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #604DC9

Tints of Slate Blue #604DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 201 (78.91% from 255) = 53.74%

R = 25.67%
G = 20.59%
B = 53.74%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#604DC9 (or 0x604DC9) is known color: Slate Blue. HEX triplet: 60, 4D and C9. RGB value is (96,77,201). Sum of RGB (Red+Green+Blue) = 96+77+201=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #604DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DC9 is #9FB236. Grayscale: #606060. Windows color (decimal): -10465847 or 13192544. OLE color: 13192544.

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

Color convert

RGB 96 77 201 -
CMYK 0.52 0.62 0 0.21
HSL 249.19º 0.53% 0.55% -
HSV(B) 249.19º 0.62% 0.79% -
XYZ 18.02 12.01 56.63 -
YUV 96.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 96 77 201 0.52 0.62 0 0.21 249.19 0.53 0.55
Hex 60 4D C9 34 3E 0 15 F9 35 37
Octal 140 115 311 64 76 0 25 371 65 67
Binary 1100000 1001101 11001001 110100 111110 0 10101 11111001 110101 110111

Color Harmonies of #604DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DC9

Black with #604DC9

Text Example


Text Example

White with #604DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,77,201); }

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

background-color css

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

 a { background-color: rgb(96,77,201); }

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

border-color css

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

 span { border-color: rgb(96,77,201); }

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