Html Css Color HEX #644DC0 Slate Blue

📋 copy color: '#644DC0'

red 100 ◦ green 77 ◦ blue 192

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

Shades of Slate Blue #644DC0

Tints of Slate Blue #644DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 27.1%
G = 20.87%
B = 52.03%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644DC0 (or 0x644DC0) is known color: Slate Blue. HEX triplet: 64, 4D and C0. RGB value is (100,77,192). Sum of RGB (Red+Green+Blue) = 100+77+192=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #644DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DC0 is #9BB23F. Grayscale: #606060. Windows color (decimal): -10203712 or 12602724. OLE color: 12602724.

HSL color Cylindrical-coordinate representation of color #644DC0: hue angle of 252º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644DC0 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 77 192 -
CMYK 0.48 0.60 0 0.25
HSL 252º 0.48% 0.53% -
HSV(B) 252º 0.6% 0.75% -
XYZ 17.42 11.82 51.23 -
YUV 96.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 100 77 192 0.48 0.60 0 0.25 252 0.48 0.53
Hex 64 4D C0 30 3C 0 19 FC 30 35
Octal 144 115 300 60 74 0 31 374 60 65
Binary 1100100 1001101 11000000 110000 111100 0 11001 11111100 110000 110101

Color Harmonies of #644DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DC0

Black with #644DC0

Text Example


Text Example

White with #644DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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