#644BC1

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

Shades of Slate Blue #644BC1

Tints of Slate Blue #644BC1

Color information

#644BC1 (or 0x644BC1) is unknown color: approx Slate Blue. HEX triplet: 64, 4B and C1. RGB value is (100,75,193). Sum of RGB (Red+Green+Blue) = 100+75+193=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #644BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BC1 is #9BB43E. Grayscale: #5F5F5F. Windows color (decimal): -10204223 or 12667748. OLE color: 12667748.

HSL color Cylindrical-coordinate representation of color #644BC1: hue angle of 252.71º degrees, saturation: 0.49, 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 #644BC1 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10075193-
CMYK0.480.6100.24
HSL252.71º48.76%52.55%-
HSV(B)252.71º61.14%75.69%-
XYZ17.411.5951.77-
YUV95.93182.78130.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 193 (75.78% from 255) = 52.45%
R=27.17%
G=20.38%
B=52.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100751930.480.6100.24252.7148.7652.55
Hex644BC1303D018fd3135
Octal14411330160750303756165
Binary110010010010111100000111000011110101100011111101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,75,193); }

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

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

 a { background-color: rgb(100,75,193); }

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

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

 span { border-color: rgb(100,75,193); }

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