#645DDD

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

Shades of Slate Blue #645DDD

Tints of Slate Blue #645DDD

Color information

#645DDD (or 0x645DDD) is unknown color: approx Slate Blue. HEX triplet: 64, 5D and DD. RGB value is (100,93,221). Sum of RGB (Red+Green+Blue) = 100+93+221=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #645DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DDD is #9BA222. Grayscale: #6D6D6D. Windows color (decimal): -10199587 or 14507364. OLE color: 14507364.

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

Color convert

RGB10093221-
CMYK0.550.5800.13
HSL243.28º65.31%61.57%-
HSV(B)243.28º57.92%86.67%-
XYZ22.2215.7670.28-
YUV109.68190.82121.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=24.15%
G=22.46%
B=53.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100932210.550.5800.13243.2865.3161.57
Hex645DDD373A0Df3413e
Octal144135335677201536310176
Binary110010010111011101110111011111101001101111100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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