Html Css Color HEX #644ADD Slate Blue

📋 copy color: '#644ADD'

red 100 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #644ADD

Tints of Slate Blue #644ADD

RGB

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

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

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

R = 25.32%
G = 18.73%
B = 55.95%

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

#644ADD (or 0x644ADD) is known color: Slate Blue. HEX triplet: 64, 4A and DD. RGB value is (100,74,221). Sum of RGB (Red+Green+Blue) = 100+74+221=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #644ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ADD is #9BB522. Grayscale: #616161. Windows color (decimal): -10204451 or 14502500. OLE color: 14502500.

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

Color convert

RGB 100 74 221 -
CMYK 0.55 0.67 0 0.13
HSL 250.61º 0.68% 0.58% -
HSV(B) 250.61º 0.67% 0.87% -
XYZ 20.76 12.83 69.79 -
YUV 98.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 100 74 221 0.55 0.67 0 0.13 250.61 0.68 0.58
Hex 64 4A DD 37 43 0 D FB 44 3A
Octal 144 112 335 67 103 0 15 373 104 72
Binary 1100100 1001010 11011101 110111 1000011 0 1101 11111011 1000100 111010

Color Harmonies of #644ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ADD

Black with #644ADD

Text Example


Text Example

White with #644ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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