#6545D4

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

Shades of Slate Blue #6545D4

Tints of Slate Blue #6545D4

Color information

#6545D4 (or 0x6545D4) is unknown color: approx Slate Blue. HEX triplet: 65, 45 and D4. RGB value is (101,69,212). Sum of RGB (Red+Green+Blue) = 101+69+212=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #6545D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545D4 is #9ABA2B. Grayscale: #5E5E5E. Windows color (decimal): -10140204 or 13911397. OLE color: 13911397.

HSL color Cylindrical-coordinate representation of color #6545D4: hue angle of 253.43º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6545D4 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10169212-
CMYK0.520.6700.17
HSL253.43º62.45%55.1%-
HSV(B)253.43º67.45%83.14%-
XYZ19.3811.7863.54-
YUV94.87194.1132.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 212 (83.20% from 255) = 55.50%
R=26.44%
G=18.06%
B=55.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101692120.520.6700.17253.4362.4555.1
Hex6545D43443011fd3e37
Octal145105324641030213757667
Binary1100101100010111010100110100100001101000111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6545D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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