Html Css Color HEX #654AE1 Slate Blue

📋 copy color: '#654AE1'

red 101 ◦ green 74 ◦ blue 225

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

Shades of Slate Blue #654AE1

Tints of Slate Blue #654AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 25.25%
G = 18.5%
B = 56.25%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#654AE1 (or 0x654AE1) is known color: Slate Blue. HEX triplet: 65, 4A and E1. RGB value is (101,74,225). Sum of RGB (Red+Green+Blue) = 101+74+225=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #654AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AE1 is #9AB51E. Grayscale: #626262. Windows color (decimal): -10138911 or 14764645. OLE color: 14764645.

HSL color Cylindrical-coordinate representation of color #654AE1: hue angle of 250.73º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654AE1 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 74 225 -
CMYK 0.55 0.67 0 0.12
HSL 250.73º 0.72% 0.59% -
HSV(B) 250.73º 0.67% 0.88% -
XYZ 21.41 13.1 72.63 -
YUV 99.29 198.95 129.22 -
System Red Green Blue C M Y K H S L
Decimal 101 74 225 0.55 0.67 0 0.12 250.73 0.72 0.59
Hex 65 4A E1 37 43 0 C FB 48 3B
Octal 145 112 341 67 103 0 14 373 110 73
Binary 1100101 1001010 11100001 110111 1000011 0 1100 11111011 1001000 111011

Color Harmonies of #654AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AE1

Black with #654AE1

Text Example


Text Example

White with #654AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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