Html Css Color HEX #644DDB Slate Blue

📋 copy color: '#644DDB'

red 100 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #644DDB

Tints of Slate Blue #644DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

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

R = 25.25%
G = 19.44%
B = 55.3%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#644DDB (or 0x644DDB) is known color: Slate Blue. HEX triplet: 64, 4D and DB. RGB value is (100,77,219). Sum of RGB (Red+Green+Blue) = 100+77+219=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #644DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DDB is #9BB224. Grayscale: #636363. Windows color (decimal): -10203685 or 14372196. OLE color: 14372196.

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

Color convert

RGB 100 77 219 -
CMYK 0.54 0.65 0 0.14
HSL 249.72º 0.66% 0.58% -
HSV(B) 249.72º 0.65% 0.86% -
XYZ 20.7 13.13 68.46 -
YUV 100.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 100 77 219 0.54 0.65 0 0.14 249.72 0.66 0.58
Hex 64 4D DB 36 41 0 E FA 42 3A
Octal 144 115 333 66 101 0 16 372 102 72
Binary 1100100 1001101 11011011 110110 1000001 0 1110 11111010 1000010 111010

Color Harmonies of #644DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DDB

Black with #644DDB

Text Example


Text Example

White with #644DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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