#6545DC

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

Shades of Slate Blue #6545DC

Tints of Slate Blue #6545DC

Color information

#6545DC (or 0x6545DC) is unknown color: approx Slate Blue. HEX triplet: 65, 45 and DC. RGB value is (101,69,220). Sum of RGB (Red+Green+Blue) = 101+69+220=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #6545DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545DC is #9ABA23. Grayscale: #5F5F5F. Windows color (decimal): -10140196 or 14435685. OLE color: 14435685.

HSL color Cylindrical-coordinate representation of color #6545DC: hue angle of 252.72º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6545DC is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10169220-
CMYK0.540.6900.14
HSL252.72º68.33%56.67%-
HSV(B)252.72º68.64%86.27%-
XYZ20.4112.1968.99-
YUV95.78198.1131.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 220 (86.33% from 255) = 56.41%
R=25.90%
G=17.69%
B=56.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101692200.540.6900.14252.7268.3356.67
Hex6545DC36450Efd4439
Octal1451053346610501637510471
Binary1100101100010111011100110110100010101110111111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6545DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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