#644DC8

Color #644DC8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #644DC8

Tints of Slate Blue #644DC8

Color information

#644DC8 (or 0x644DC8) is unknown color: approx Slate Blue. HEX triplet: 64, 4D and C8. RGB value is (100,77,200). Sum of RGB (Red+Green+Blue) = 100+77+200=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #644DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DC8 is #9BB237. Grayscale: #616161. Windows color (decimal): -10203704 or 13127012. OLE color: 13127012.

HSL color Cylindrical-coordinate representation of color #644DC8: hue angle of 251.22º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644DC8 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10077200-
CMYK0.50.6200.22
HSL251.22º52.79%54.31%-
HSV(B)251.22º61.5%78.43%-
XYZ18.3312.1956.03-
YUV97.9185.62129.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=26.53%
G=20.42%
B=53.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100772000.50.6200.22251.2252.7954.31
Hex644DC8323E016fb3536
Octal14411531062760263736566
Binary110010010011011100100011001011111001011011111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #644DC8;
 }
 .AnyTagClassName
 {
   color: #644DC8;
 }
</style>
background-color css

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

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

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

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

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

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