Html Css Color HEX #644BE1 Slate Blue

📋 copy color: '#644BE1'

red 100 ◦ green 75 ◦ blue 225

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

Shades of Slate Blue #644BE1

Tints of Slate Blue #644BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 25%
G = 18.75%
B = 56.25%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#644BE1 (or 0x644BE1) is known color: Slate Blue. HEX triplet: 64, 4B and E1. RGB value is (100,75,225). Sum of RGB (Red+Green+Blue) = 100+75+225=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #644BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BE1 is #9BB41E. Grayscale: #636363. Windows color (decimal): -10204191 or 14764900. OLE color: 14764900.

HSL color Cylindrical-coordinate representation of color #644BE1: hue angle of 250º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644BE1 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 75 225 -
CMYK 0.56 0.67 0 0.12
HSL 250º 0.71% 0.59% -
HSV(B) 250º 0.67% 0.88% -
XYZ 21.36 13.18 72.65 -
YUV 99.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 100 75 225 0.56 0.67 0 0.12 250 0.71 0.59
Hex 64 4B E1 38 43 0 C FA 47 3B
Octal 144 113 341 70 103 0 14 372 107 73
Binary 1100100 1001011 11100001 111000 1000011 0 1100 11111010 1000111 111011

Color Harmonies of #644BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BE1

Black with #644BE1

Text Example


Text Example

White with #644BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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