#6544D8

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

Shades of Slate Blue #6544D8

Tints of Slate Blue #6544D8

Color information

#6544D8 (or 0x6544D8) is unknown color: approx Slate Blue. HEX triplet: 65, 44 and D8. RGB value is (101,68,216). Sum of RGB (Red+Green+Blue) = 101+68+216=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #6544D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544D8 is #9ABB27. Grayscale: #5E5E5E. Windows color (decimal): -10140456 or 14173285. OLE color: 14173285.

HSL color Cylindrical-coordinate representation of color #6544D8: hue angle of 253.38º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6544D8 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10168216-
CMYK0.530.6900.15
HSL253.38º65.49%55.69%-
HSV(B)253.38º68.52%84.71%-
XYZ19.8311.8666.21-
YUV94.74196.43132.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 216 (84.77% from 255) = 56.10%
R=26.23%
G=17.66%
B=56.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101682160.530.6900.15253.3865.4955.69
Hex6544D835450Ffd4138
Octal1451043306510501737510170
Binary1100101100010011011000110101100010101111111111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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