Html Css Color HEX #644DDF Slate Blue

📋 copy color: '#644DDF'

red 100 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #644DDF

Tints of Slate Blue #644DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 25%
G = 19.25%
B = 55.75%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#644DDF (or 0x644DDF) is known color: Slate Blue. HEX triplet: 64, 4D and DF. RGB value is (100,77,223). Sum of RGB (Red+Green+Blue) = 100+77+223=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #644DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DDF is #9BB220. Grayscale: #636363. Windows color (decimal): -10203681 or 14634340. OLE color: 14634340.

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

Color convert

RGB 100 77 223 -
CMYK 0.55 0.65 0 0.13
HSL 249.45º 0.7% 0.59% -
HSV(B) 249.45º 0.65% 0.87% -
XYZ 21.23 13.34 71.27 -
YUV 100.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 100 77 223 0.55 0.65 0 0.13 249.45 0.7 0.59
Hex 64 4D DF 37 41 0 D F9 46 3B
Octal 144 115 337 67 101 0 15 371 106 73
Binary 1100100 1001101 11011111 110111 1000001 0 1101 11111001 1000110 111011

Color Harmonies of #644DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DDF

Black with #644DDF

Text Example


Text Example

White with #644DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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