#6548DD

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

Shades of Slate Blue #6548DD

Tints of Slate Blue #6548DD

Color information

#6548DD (or 0x6548DD) is unknown color: approx Slate Blue. HEX triplet: 65, 48 and DD. RGB value is (101,72,221). Sum of RGB (Red+Green+Blue) = 101+72+221=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6548DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548DD is #9AB722. Grayscale: #616161. Windows color (decimal): -10139427 or 14501989. OLE color: 14501989.

HSL color Cylindrical-coordinate representation of color #6548DD: hue angle of 251.68º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6548DD is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10172221-
CMYK0.540.6700.13
HSL251.68º68.66%57.45%-
HSV(B)251.68º67.42%86.67%-
XYZ20.7412.6269.75-
YUV97.66197.61130.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 221 (86.72% from 255) = 56.09%
R=25.63%
G=18.27%
B=56.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101722210.540.6700.13251.6868.6657.45
Hex6548DD36430Dfc4539
Octal1451103356610301537410571
Binary1100101100100011011101110110100001101101111111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6548DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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