Html Css Color HEX #644BD8 Slate Blue

📋 copy color: '#644BD8'

red 100 ◦ green 75 ◦ blue 216

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

Shades of Slate Blue #644BD8

Tints of Slate Blue #644BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.18%

 BLUE value IS 216 (84.77% from 255) = 55.24%

R = 25.58%
G = 19.18%
B = 55.24%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#644BD8 (or 0x644BD8) is known color: Slate Blue. HEX triplet: 64, 4B and D8. RGB value is (100,75,216). Sum of RGB (Red+Green+Blue) = 100+75+216=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #644BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BD8 is #9BB427. Grayscale: #626262. Windows color (decimal): -10204200 or 14175076. OLE color: 14175076.

HSL color Cylindrical-coordinate representation of color #644BD8: hue angle of 250.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644BD8 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 75 216 -
CMYK 0.54 0.65 0 0.15
HSL 250.64º 0.64% 0.57% -
HSV(B) 250.64º 0.65% 0.85% -
XYZ 20.17 12.7 66.35 -
YUV 98.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 100 75 216 0.54 0.65 0 0.15 250.64 0.64 0.57
Hex 64 4B D8 36 41 0 F FB 40 39
Octal 144 113 330 66 101 0 17 373 100 71
Binary 1100100 1001011 11011000 110110 1000001 0 1111 11111011 1000000 111001

Color Harmonies of #644BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BD8

Black with #644BD8

Text Example


Text Example

White with #644BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,75,216); }

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

background-color css

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

 a { background-color: rgb(100,75,216); }

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

border-color css

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

 span { border-color: rgb(100,75,216); }

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