Html Css Color HEX #644ADB Slate Blue

📋 copy color: '#644ADB'

red 100 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #644ADB

Tints of Slate Blue #644ADB

RGB

 RED value IS 100 (39.45% from 255) = 25.45%

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

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

R = 25.45%
G = 18.83%
B = 55.73%

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

#644ADB (or 0x644ADB) is known color: Slate Blue. HEX triplet: 64, 4A and DB. RGB value is (100,74,219). Sum of RGB (Red+Green+Blue) = 100+74+219=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #644ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ADB is #9BB524. Grayscale: #616161. Windows color (decimal): -10204453 or 14371428. OLE color: 14371428.

HSL color Cylindrical-coordinate representation of color #644ADB: hue angle of 250.76º 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 #644ADB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 74 219 -
CMYK 0.54 0.66 0 0.14
HSL 250.76º 0.67% 0.57% -
HSV(B) 250.76º 0.66% 0.86% -
XYZ 20.49 12.72 68.39 -
YUV 98.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 100 74 219 0.54 0.66 0 0.14 250.76 0.67 0.57
Hex 64 4A DB 36 42 0 E FB 43 39
Octal 144 112 333 66 102 0 16 373 103 71
Binary 1100100 1001010 11011011 110110 1000010 0 1110 11111011 1000011 111001

Color Harmonies of #644ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ADB

Black with #644ADB

Text Example


Text Example

White with #644ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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