#645FD5

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

Shades of Slate Blue #645FD5

Tints of Slate Blue #645FD5

Color information

#645FD5 (or 0x645FD5) is unknown color: approx Slate Blue. HEX triplet: 64, 5F and D5. RGB value is (100,95,213). Sum of RGB (Red+Green+Blue) = 100+95+213=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #645FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FD5 is #9BA02A. Grayscale: #6D6D6D. Windows color (decimal): -10199083 or 13983588. OLE color: 13983588.

HSL color Cylindrical-coordinate representation of color #645FD5: hue angle of 242.54º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645FD5 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10095213-
CMYK0.530.5500.16
HSL242.54º58.42%60.39%-
HSV(B)242.54º55.4%83.53%-
XYZ21.3615.764.86-
YUV109.95186.16120.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=24.51%
G=23.28%
B=52.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100952130.530.5500.16242.5458.4260.39
Hex645FD53537010f33a3c
Octal14413732565670203637274
Binary110010010111111101010111010111011101000011110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,213); }

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

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

 a { background-color: rgb(100,95,213); }

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

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

 span { border-color: rgb(100,95,213); }

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