#645AC5

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

Shades of Slate Blue #645AC5

Tints of Slate Blue #645AC5

Color information

#645AC5 (or 0x645AC5) is unknown color: approx Slate Blue. HEX triplet: 64, 5A and C5. RGB value is (100,90,197). Sum of RGB (Red+Green+Blue) = 100+90+197=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #645AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AC5 is #9BA53A. Grayscale: #686868. Windows color (decimal): -10200379 or 12933732. OLE color: 12933732.

HSL color Cylindrical-coordinate representation of color #645AC5: hue angle of 245.61º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645AC5 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10090197-
CMYK0.490.5400.23
HSL245.61º47.98%56.27%-
HSV(B)245.61º54.31%77.25%-
XYZ18.9914.0554.53-
YUV105.19179.81124.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=25.84%
G=23.26%
B=50.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100901970.490.5400.23245.6147.9856.27
Hex645AC53136017f63038
Octal14413230561660273666070
Binary110010010110101100010111000111011001011111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,90,197); }

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

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

 a { background-color: rgb(100,90,197); }

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

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

 span { border-color: rgb(100,90,197); }

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