Html Css Color HEX #644AC0 Slate Blue

📋 copy color: '#644AC0'

red 100 ◦ green 74 ◦ blue 192

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

Shades of Slate Blue #644AC0

Tints of Slate Blue #644AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 27.32%
G = 20.22%
B = 52.46%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644AC0 (or 0x644AC0) is known color: Slate Blue. HEX triplet: 64, 4A and C0. RGB value is (100,74,192). Sum of RGB (Red+Green+Blue) = 100+74+192=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #644AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AC0 is #9BB53F. Grayscale: #5E5E5E. Windows color (decimal): -10204480 or 12601956. OLE color: 12601956.

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

Color convert

RGB 100 74 192 -
CMYK 0.48 0.61 0 0.25
HSL 253.22º 0.48% 0.52% -
HSV(B) 253.22º 0.61% 0.75% -
XYZ 17.22 11.41 51.16 -
YUV 95.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 100 74 192 0.48 0.61 0 0.25 253.22 0.48 0.52
Hex 64 4A C0 30 3D 0 19 FD 30 34
Octal 144 112 300 60 75 0 31 375 60 64
Binary 1100100 1001010 11000000 110000 111101 0 11001 11111101 110000 110100

Color Harmonies of #644AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644AC0

Black with #644AC0

Text Example


Text Example

White with #644AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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