#645EC6

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

Shades of Slate Blue #645EC6

Tints of Slate Blue #645EC6

Color information

#645EC6 (or 0x645EC6) is unknown color: approx Slate Blue. HEX triplet: 64, 5E and C6. RGB value is (100,94,198). Sum of RGB (Red+Green+Blue) = 100+94+198=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #645EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EC6 is #9BA139. Grayscale: #6B6B6B. Windows color (decimal): -10199354 or 13000292. OLE color: 13000292.

HSL color Cylindrical-coordinate representation of color #645EC6: hue angle of 243.46º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645EC6 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10094198-
CMYK0.490.5300.22
HSL243.46º47.71%57.25%-
HSV(B)243.46º52.53%77.65%-
XYZ19.4514.7955.26-
YUV107.65178.99122.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 198 (77.73% from 255) = 50.51%
R=25.51%
G=23.98%
B=50.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100941980.490.5300.22243.4647.7157.25
Hex645EC63135016f33039
Octal14413630661650263636071
Binary110010010111101100011011000111010101011011110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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