#645BD9

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

Shades of Slate Blue #645BD9

Tints of Slate Blue #645BD9

Color information

#645BD9 (or 0x645BD9) is unknown color: approx Slate Blue. HEX triplet: 64, 5B and D9. RGB value is (100,91,217). Sum of RGB (Red+Green+Blue) = 100+91+217=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #645BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BD9 is #9BA426. Grayscale: #6B6B6B. Windows color (decimal): -10200103 or 14244708. OLE color: 14244708.

HSL color Cylindrical-coordinate representation of color #645BD9: hue angle of 244.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645BD9 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10091217-
CMYK0.540.5800.15
HSL244.29º62.38%60.39%-
HSV(B)244.29º58.06%85.1%-
XYZ21.5215.267.45-
YUV108.06189.48122.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 217 (85.16% from 255) = 53.19%
R=24.51%
G=22.30%
B=53.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100912170.540.5800.15244.2962.3860.39
Hex645BD9363A0Ff43e3c
Octal14413333166720173647674
Binary11001001011011110110011101101110100111111110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645BD9; }

 p { color: rgb(100,91,217); }

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

<style>
 a { background-color: #645BD9; }

 a { background-color: rgb(100,91,217); }

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

<style>
 span { border-color: #645BD9; }

 span { border-color: rgb(100,91,217); }

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