#6548C0

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

Shades of Slate Blue #6548C0

Tints of Slate Blue #6548C0

Color information

#6548C0 (or 0x6548C0) is unknown color: approx Slate Blue. HEX triplet: 65, 48 and C0. RGB value is (101,72,192). Sum of RGB (Red+Green+Blue) = 101+72+192=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #6548C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548C0 is #9AB73F. Grayscale: #5D5D5D. Windows color (decimal): -10139456 or 12601445. OLE color: 12601445.

HSL color Cylindrical-coordinate representation of color #6548C0: hue angle of 254.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6548C0 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10172192-
CMYK0.470.6300.25
HSL254.5º48.78%51.76%-
HSV(B)254.5º62.5%75.29%-
XYZ17.211.2151.13-
YUV94.35183.11132.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=27.67%
G=19.73%
B=52.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101721920.470.6300.25254.548.7851.76
Hex6548C02F3F019fe3134
Octal14511030057770313766164
Binary110010110010001100000010111111111101100111111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6548C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6548C0; }

 p { color: rgb(101,72,192); }

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

<style>
 a { background-color: #6548C0; }

 a { background-color: rgb(101,72,192); }

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

<style>
 span { border-color: #6548C0; }

 span { border-color: rgb(101,72,192); }

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