Html Css Color HEX #654ADF Slate Blue

📋 copy color: '#654ADF'

red 101 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #654ADF

Tints of Slate Blue #654ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 25.38%
G = 18.59%
B = 56.03%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#654ADF (or 0x654ADF) is known color: Slate Blue. HEX triplet: 65, 4A and DF. RGB value is (101,74,223). Sum of RGB (Red+Green+Blue) = 101+74+223=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #654ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ADF is #9AB520. Grayscale: #626262. Windows color (decimal): -10138913 or 14633573. OLE color: 14633573.

HSL color Cylindrical-coordinate representation of color #654ADF: hue angle of 250.87º degrees, saturation: 0.7, 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 #654ADF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 74 223 -
CMYK 0.55 0.67 0 0.13
HSL 250.87º 0.7% 0.58% -
HSV(B) 250.87º 0.67% 0.87% -
XYZ 21.13 12.99 71.21 -
YUV 99.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 101 74 223 0.55 0.67 0 0.13 250.87 0.7 0.58
Hex 65 4A DF 37 43 0 D FB 46 3A
Octal 145 112 337 67 103 0 15 373 106 72
Binary 1100101 1001010 11011111 110111 1000011 0 1101 11111011 1000110 111010

Color Harmonies of #654ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ADF

Black with #654ADF

Text Example


Text Example

White with #654ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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