Html Css Color HEX #654ADD Slate Blue

📋 copy color: '#654ADD'

red 101 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #654ADD

Tints of Slate Blue #654ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 25.51%
G = 18.69%
B = 55.81%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#654ADD (or 0x654ADD) is known color: Slate Blue. HEX triplet: 65, 4A and DD. RGB value is (101,74,221). Sum of RGB (Red+Green+Blue) = 101+74+221=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #654ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ADD is #9AB522. Grayscale: #626262. Windows color (decimal): -10138915 or 14502501. OLE color: 14502501.

HSL color Cylindrical-coordinate representation of color #654ADD: hue angle of 251.02º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654ADD is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 74 221 -
CMYK 0.54 0.67 0 0.13
HSL 251.02º 0.68% 0.58% -
HSV(B) 251.02º 0.67% 0.87% -
XYZ 20.87 12.88 69.79 -
YUV 98.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 101 74 221 0.54 0.67 0 0.13 251.02 0.68 0.58
Hex 65 4A DD 36 43 0 D FB 44 3A
Octal 145 112 335 66 103 0 15 373 104 72
Binary 1100101 1001010 11011101 110110 1000011 0 1101 11111011 1000100 111010

Color Harmonies of #654ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ADD

Black with #654ADD

Text Example


Text Example

White with #654ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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