Html Css Color HEX #604BD5 Slate Blue

📋 copy color: '#604BD5'

red 96 ◦ green 75 ◦ blue 213

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

Shades of Slate Blue #604BD5

Tints of Slate Blue #604BD5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 25%
G = 19.53%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#604BD5 (or 0x604BD5) is known color: Slate Blue. HEX triplet: 60, 4B and D5. RGB value is (96,75,213). Sum of RGB (Red+Green+Blue) = 96+75+213=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #604BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BD5 is #9FB42A. Grayscale: #606060. Windows color (decimal): -10466347 or 13978464. OLE color: 13978464.

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

Color convert

RGB 96 75 213 -
CMYK 0.55 0.65 0 0.16
HSL 249.13º 0.62% 0.56% -
HSV(B) 249.13º 0.65% 0.84% -
XYZ 19.35 12.32 64.31 -
YUV 97.01 193.46 127.28 -
System Red Green Blue C M Y K H S L
Decimal 96 75 213 0.55 0.65 0 0.16 249.13 0.62 0.56
Hex 60 4B D5 37 41 0 10 F9 3E 38
Octal 140 113 325 67 101 0 20 371 76 70
Binary 1100000 1001011 11010101 110111 1000001 0 10000 11111001 111110 111000

Color Harmonies of #604BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604BD5

Black with #604BD5

Text Example


Text Example

White with #604BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,75,213); }

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

background-color css

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

 a { background-color: rgb(96,75,213); }

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

border-color css

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

 span { border-color: rgb(96,75,213); }

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