#6544DD

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

Shades of Slate Blue #6544DD

Tints of Slate Blue #6544DD

Color information

#6544DD (or 0x6544DD) is unknown color: approx Slate Blue. HEX triplet: 65, 44 and DD. RGB value is (101,68,221). Sum of RGB (Red+Green+Blue) = 101+68+221=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #6544DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544DD is #9ABB22. Grayscale: #5E5E5E. Windows color (decimal): -10140451 or 14500965. OLE color: 14500965.

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

Color convert

RGB10168221-
CMYK0.540.6900.13
HSL252.94º69.23%56.67%-
HSV(B)252.94º69.23%86.67%-
XYZ20.4912.1269.67-
YUV95.31198.93132.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=25.90%
G=17.44%
B=56.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101682210.540.6900.13252.9469.2356.67
Hex6544DD36450Dfd4539
Octal1451043356610501537510571
Binary1100101100010011011101110110100010101101111111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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