#645ED7

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

Shades of Slate Blue #645ED7

Tints of Slate Blue #645ED7

Color information

#645ED7 (or 0x645ED7) is unknown color: approx Slate Blue. HEX triplet: 64, 5E and D7. RGB value is (100,94,215). Sum of RGB (Red+Green+Blue) = 100+94+215=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #645ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ED7 is #9BA128. Grayscale: #6D6D6D. Windows color (decimal): -10199337 or 14114404. OLE color: 14114404.

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

Color convert

RGB10094215-
CMYK0.530.5600.16
HSL242.98º60.2%60.59%-
HSV(B)242.98º56.28%84.31%-
XYZ21.5215.6266.17-
YUV109.59187.49121.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=24.45%
G=22.98%
B=52.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100942150.530.5600.16242.9860.260.59
Hex645ED73538010f33c3d
Octal14413632765700203637475
Binary110010010111101101011111010111100001000011110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,215); }

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

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

 a { background-color: rgb(100,94,215); }

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

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

 span { border-color: rgb(100,94,215); }

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