Html Css Color HEX #644DC3 Slate Blue

📋 copy color: '#644DC3'

red 100 ◦ green 77 ◦ blue 195

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

Shades of Slate Blue #644DC3

Tints of Slate Blue #644DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.42%

R = 26.88%
G = 20.7%
B = 52.42%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#644DC3 (or 0x644DC3) is known color: Slate Blue. HEX triplet: 64, 4D and C3. RGB value is (100,77,195). Sum of RGB (Red+Green+Blue) = 100+77+195=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #644DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DC3 is #9BB23C. Grayscale: #606060. Windows color (decimal): -10203709 or 12799332. OLE color: 12799332.

HSL color Cylindrical-coordinate representation of color #644DC3: hue angle of 251.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644DC3 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 77 195 -
CMYK 0.49 0.61 0 0.24
HSL 251.69º 0.5% 0.53% -
HSV(B) 251.69º 0.61% 0.76% -
XYZ 17.76 11.96 53 -
YUV 97.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 100 77 195 0.49 0.61 0 0.24 251.69 0.5 0.53
Hex 64 4D C3 31 3D 0 18 FC 32 35
Octal 144 115 303 61 75 0 30 374 62 65
Binary 1100100 1001101 11000011 110001 111101 0 11000 11111100 110010 110101

Color Harmonies of #644DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DC3

Black with #644DC3

Text Example


Text Example

White with #644DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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