#6545e5

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

Shades of Slate Blue #6545E5

Tints of Slate Blue #6545E5

Color information

#6545E5 (or 0x6545E5) is unknown color: approx Slate Blue. HEX triplet: 65, 45 and E5. RGB value is (101,69,229). Sum of RGB (Red+Green+Blue) = 101+69+229=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #6545E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545E5 is #9ABA1A. Grayscale: #606060. Windows color (decimal): -10140187 or 15025509. OLE color: 15025509.

HSL color Cylindrical-coordinate representation of color #6545E5: hue angle of 252º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6545E5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10169229-
CMYK0.560.7000.10
HSL252º75.47%58.43%-
HSV(B)252º69.87%89.8%-
XYZ21.6412.6875.44-
YUV96.81202.6130.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 229 (89.84% from 255) = 57.39%
R=25.31%
G=17.29%
B=57.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101692290.560.7000.1025275.4758.43
Hex6545E538460Afc4b3a
Octal1451053457010601237411372
Binary1100101100010111100101111000100011001010111111001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6545e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6545e5; }

 p { color: rgb(101,69,229); }

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

<style>
 a { background-color: #6545e5; }

 a { background-color: rgb(101,69,229); }

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

<style>
 span { border-color: #6545e5; }

 span { border-color: rgb(101,69,229); }

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