Html Css Color HEX #644BD3 Slate Blue

📋 copy color: '#644BD3'

red 100 ◦ green 75 ◦ blue 211

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

Shades of Slate Blue #644BD3

Tints of Slate Blue #644BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.66%

R = 25.91%
G = 19.43%
B = 54.66%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#644BD3 (or 0x644BD3) is known color: Slate Blue. HEX triplet: 64, 4B and D3. RGB value is (100,75,211). Sum of RGB (Red+Green+Blue) = 100+75+211=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #644BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BD3 is #9BB42C. Grayscale: #616161. Windows color (decimal): -10204205 or 13847396. OLE color: 13847396.

HSL color Cylindrical-coordinate representation of color #644BD3: hue angle of 251.03º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644BD3 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 75 211 -
CMYK 0.53 0.64 0 0.17
HSL 251.03º 0.61% 0.56% -
HSV(B) 251.03º 0.64% 0.83% -
XYZ 19.53 12.44 63 -
YUV 97.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 100 75 211 0.53 0.64 0 0.17 251.03 0.61 0.56
Hex 64 4B D3 35 40 0 11 FB 3D 38
Octal 144 113 323 65 100 0 21 373 75 70
Binary 1100100 1001011 11010011 110101 1000000 0 10001 11111011 111101 111000

Color Harmonies of #644BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BD3

Black with #644BD3

Text Example


Text Example

White with #644BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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