Html Css Color HEX #654ADB Slate Blue

📋 copy color: '#654ADB'

red 101 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #654ADB

Tints of Slate Blue #654ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 25.63%
G = 18.78%
B = 55.58%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#654ADB (or 0x654ADB) is known color: Slate Blue. HEX triplet: 65, 4A and DB. RGB value is (101,74,219). Sum of RGB (Red+Green+Blue) = 101+74+219=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #654ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ADB is #9AB524. Grayscale: #626262. Windows color (decimal): -10138917 or 14371429. OLE color: 14371429.

HSL color Cylindrical-coordinate representation of color #654ADB: hue angle of 251.17º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654ADB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 74 219 -
CMYK 0.54 0.66 0 0.14
HSL 251.17º 0.67% 0.57% -
HSV(B) 251.17º 0.66% 0.86% -
XYZ 20.6 12.78 68.4 -
YUV 98.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 101 74 219 0.54 0.66 0 0.14 251.17 0.67 0.57
Hex 65 4A DB 36 42 0 E FB 43 39
Octal 145 112 333 66 102 0 16 373 103 71
Binary 1100101 1001010 11011011 110110 1000010 0 1110 11111011 1000011 111001

Color Harmonies of #654ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ADB

Black with #654ADB

Text Example


Text Example

White with #654ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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