Html Css Color HEX #604DCD Slate Blue

📋 copy color: '#604DCD'

red 96 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #604DCD

Tints of Slate Blue #604DCD

RGB

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

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

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

R = 25.4%
G = 20.37%
B = 54.23%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#604DCD (or 0x604DCD) is known color: Slate Blue. HEX triplet: 60, 4D and CD. RGB value is (96,77,205). Sum of RGB (Red+Green+Blue) = 96+77+205=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #604DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DCD is #9FB232. Grayscale: #606060. Windows color (decimal): -10465843 or 13454688. OLE color: 13454688.

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

Color convert

RGB 96 77 205 -
CMYK 0.53 0.62 0 0.20
HSL 248.91º 0.56% 0.55% -
HSV(B) 248.91º 0.62% 0.8% -
XYZ 18.5 12.2 59.14 -
YUV 97.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 96 77 205 0.53 0.62 0 0.20 248.91 0.56 0.55
Hex 60 4D CD 35 3E 0 14 F9 38 37
Octal 140 115 315 65 76 0 24 371 70 67
Binary 1100000 1001101 11001101 110101 111110 0 10100 11111001 111000 110111

Color Harmonies of #604DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DCD

Black with #604DCD

Text Example


Text Example

White with #604DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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