#6547D9

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

Shades of Slate Blue #6547D9

Tints of Slate Blue #6547D9

Color information

#6547D9 (or 0x6547D9) is unknown color: approx Slate Blue. HEX triplet: 65, 47 and D9. RGB value is (101,71,217). Sum of RGB (Red+Green+Blue) = 101+71+217=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #6547D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547D9 is #9AB826. Grayscale: #606060. Windows color (decimal): -10139687 or 14239589. OLE color: 14239589.

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

Color convert

RGB10171217-
CMYK0.530.6700.15
HSL252.33º65.77%56.47%-
HSV(B)252.33º67.28%85.1%-
XYZ20.1412.2866.95-
YUV96.61195.94131.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 217 (85.16% from 255) = 55.78%
R=25.96%
G=18.25%
B=55.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101712170.530.6700.15252.3365.7756.47
Hex6547D935430Ffc4238
Octal1451073316510301737410270
Binary1100101100011111011001110101100001101111111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6547D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6547D9; }

 p { color: rgb(101,71,217); }

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

<style>
 a { background-color: #6547D9; }

 a { background-color: rgb(101,71,217); }

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

<style>
 span { border-color: #6547D9; }

 span { border-color: rgb(101,71,217); }

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