#645EC8

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

Shades of Slate Blue #645EC8

Tints of Slate Blue #645EC8

Color information

#645EC8 (or 0x645EC8) is unknown color: approx Slate Blue. HEX triplet: 64, 5E and C8. RGB value is (100,94,200). Sum of RGB (Red+Green+Blue) = 100+94+200=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #645EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EC8 is #9BA137. Grayscale: #6B6B6B. Windows color (decimal): -10199352 or 13131364. OLE color: 13131364.

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

Color convert

RGB10094200-
CMYK0.50.5300.22
HSL243.4º49.07%57.65%-
HSV(B)243.4º53%78.43%-
XYZ19.6814.8856.48-
YUV107.88179.99122.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=25.38%
G=23.86%
B=50.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100942000.50.5300.22243.449.0757.65
Hex645EC83235016f3313a
Octal14413631062650263636172
Binary110010010111101100100011001011010101011011110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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