#644BC4

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

Shades of Slate Blue #644BC4

Tints of Slate Blue #644BC4

Color information

#644BC4 (or 0x644BC4) is unknown color: approx Slate Blue. HEX triplet: 64, 4B and C4. RGB value is (100,75,196). Sum of RGB (Red+Green+Blue) = 100+75+196=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #644BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BC4 is #9BB43B. Grayscale: #5F5F5F. Windows color (decimal): -10204220 or 12864356. OLE color: 12864356.

HSL color Cylindrical-coordinate representation of color #644BC4: hue angle of 252.4º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644BC4 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10075196-
CMYK0.490.6200.23
HSL252.4º50.63%53.14%-
HSV(B)252.4º61.73%76.86%-
XYZ17.7411.7353.55-
YUV96.27184.28130.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 196 (76.95% from 255) = 52.83%
R=26.95%
G=20.22%
B=52.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100751960.490.6200.23252.450.6353.14
Hex644BC4313E017fc3335
Octal14411330461760273746365
Binary110010010010111100010011000111111001011111111100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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