Html Css Color HEX #654AD5 Slate Blue

📋 copy color: '#654AD5'

red 101 ◦ green 74 ◦ blue 213

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

Shades of Slate Blue #654AD5

Tints of Slate Blue #654AD5

RGB

 RED value IS 101 (39.84% from 255) = 26.03%

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

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

R = 26.03%
G = 19.07%
B = 54.9%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#654AD5 (or 0x654AD5) is known color: Slate Blue. HEX triplet: 65, 4A and D5. RGB value is (101,74,213). Sum of RGB (Red+Green+Blue) = 101+74+213=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #654AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AD5 is #9AB52A. Grayscale: #616161. Windows color (decimal): -10138923 or 13978213. OLE color: 13978213.

HSL color Cylindrical-coordinate representation of color #654AD5: hue angle of 251.65º 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 #654AD5 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 74 213 -
CMYK 0.53 0.65 0 0.16
HSL 251.65º 0.62% 0.56% -
HSV(B) 251.65º 0.65% 0.84% -
XYZ 19.83 12.47 64.31 -
YUV 97.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 101 74 213 0.53 0.65 0 0.16 251.65 0.62 0.56
Hex 65 4A D5 35 41 0 10 FC 3E 38
Octal 145 112 325 65 101 0 20 374 76 70
Binary 1100101 1001010 11010101 110101 1000001 0 10000 11111100 111110 111000

Color Harmonies of #654AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AD5

Black with #654AD5

Text Example


Text Example

White with #654AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654AD5; }

 p { color: rgb(101,74,213); }

 H1.HeaderClassName
 {
   color: #654AD5;
 }
 .AnyTagClassName
 {
   color: #654AD5;
 }
</style>

background-color css

<style>
 a { background-color: #654AD5; }

 a { background-color: rgb(101,74,213); }

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

border-color css

<style>
 span { border-color: #654AD5; }

 span { border-color: rgb(101,74,213); }

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