#644BDD

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

Shades of Slate Blue #644BDD

Tints of Slate Blue #644BDD

Color information

#644BDD (or 0x644BDD) is unknown color: approx Slate Blue. HEX triplet: 64, 4B and DD. RGB value is (100,75,221). Sum of RGB (Red+Green+Blue) = 100+75+221=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #644BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BDD is #9BB422. Grayscale: #626262. Windows color (decimal): -10204195 or 14502756. OLE color: 14502756.

HSL color Cylindrical-coordinate representation of color #644BDD: hue angle of 250.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644BDD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10075221-
CMYK0.550.6600.13
HSL250.27º68.22%58.04%-
HSV(B)250.27º66.06%86.67%-
XYZ20.8212.9669.81-
YUV99.12196.78128.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=25.25%
G=18.94%
B=55.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100752210.550.6600.13250.2768.2258.04
Hex644BDD37420Dfa443a
Octal1441133356710201537210472
Binary1100100100101111011101110111100001001101111110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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