Html Css Color HEX #644FDD Slate Blue

📋 copy color: '#644FDD'

red 100 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #644FDD

Tints of Slate Blue #644FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 25%
G = 19.75%
B = 55.25%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#644FDD (or 0x644FDD) is known color: Slate Blue. HEX triplet: 64, 4F and DD. RGB value is (100,79,221). Sum of RGB (Red+Green+Blue) = 100+79+221=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #644FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FDD is #9BB022. Grayscale: #646464. Windows color (decimal): -10203171 or 14503780. OLE color: 14503780.

HSL color Cylindrical-coordinate representation of color #644FDD: hue angle of 248.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644FDD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 79 221 -
CMYK 0.55 0.64 0 0.13
HSL 248.87º 0.68% 0.59% -
HSV(B) 248.87º 0.64% 0.87% -
XYZ 21.1 13.52 69.9 -
YUV 101.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 100 79 221 0.55 0.64 0 0.13 248.87 0.68 0.59
Hex 64 4F DD 37 40 0 D F9 44 3B
Octal 144 117 335 67 100 0 15 371 104 73
Binary 1100100 1001111 11011101 110111 1000000 0 1101 11111001 1000100 111011

Color Harmonies of #644FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FDD

Black with #644FDD

Text Example


Text Example

White with #644FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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