Html Css Color HEX #654AD6 Slate Blue

📋 copy color: '#654AD6'

red 101 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #654AD6

Tints of Slate Blue #654AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 25.96%
G = 19.02%
B = 55.01%

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

#654AD6 (or 0x654AD6) is known color: Slate Blue. HEX triplet: 65, 4A and D6. RGB value is (101,74,214). Sum of RGB (Red+Green+Blue) = 101+74+214=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #654AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AD6 is #9AB529. Grayscale: #616161. Windows color (decimal): -10138922 or 14043749. OLE color: 14043749.

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

Color convert

RGB 101 74 214 -
CMYK 0.53 0.65 0 0.16
HSL 251.57º 0.63% 0.56% -
HSV(B) 251.57º 0.65% 0.84% -
XYZ 19.95 12.52 64.98 -
YUV 98.03 193.45 130.12 -
System Red Green Blue C M Y K H S L
Decimal 101 74 214 0.53 0.65 0 0.16 251.57 0.63 0.56
Hex 65 4A D6 35 41 0 10 FC 3F 38
Octal 145 112 326 65 101 0 20 374 77 70
Binary 1100101 1001010 11010110 110101 1000001 0 10000 11111100 111111 111000

Color Harmonies of #654AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AD6

Black with #654AD6

Text Example


Text Example

White with #654AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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