Html Css Color HEX #644EC0 Slate Blue

📋 copy color: '#644EC0'

red 100 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #644EC0

Tints of Slate Blue #644EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

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

R = 27.03%
G = 21.08%
B = 51.89%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644EC0 (or 0x644EC0) is known color: Slate Blue. HEX triplet: 64, 4E and C0. RGB value is (100,78,192). Sum of RGB (Red+Green+Blue) = 100+78+192=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #644EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EC0 is #9BB13F. Grayscale: #616161. Windows color (decimal): -10203456 or 12602980. OLE color: 12602980.

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

Color convert

RGB 100 78 192 -
CMYK 0.48 0.59 0 0.25
HSL 251.58º 0.48% 0.53% -
HSV(B) 251.58º 0.59% 0.75% -
XYZ 17.49 11.96 51.26 -
YUV 97.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 100 78 192 0.48 0.59 0 0.25 251.58 0.48 0.53
Hex 64 4E C0 30 3B 0 19 FC 30 35
Octal 144 116 300 60 73 0 31 374 60 65
Binary 1100100 1001110 11000000 110000 111011 0 11001 11111100 110000 110101

Color Harmonies of #644EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644EC0

Black with #644EC0

Text Example


Text Example

White with #644EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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