#6547CE

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

Shades of Slate Blue #6547CE

Tints of Slate Blue #6547CE

Color information

#6547CE (or 0x6547CE) is unknown color: approx Slate Blue. HEX triplet: 65, 47 and CE. RGB value is (101,71,206). Sum of RGB (Red+Green+Blue) = 101+71+206=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #6547CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547CE is #9AB831. Grayscale: #5E5E5E. Windows color (decimal): -10139698 or 13518693. OLE color: 13518693.

HSL color Cylindrical-coordinate representation of color #6547CE: hue angle of 253.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6547CE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10171206-
CMYK0.510.6600.19
HSL253.33º57.94%54.31%-
HSV(B)253.33º65.53%80.78%-
XYZ18.7611.7359.67-
YUV95.36190.44132.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 206 (80.86% from 255) = 54.50%
R=26.72%
G=18.78%
B=54.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101712060.510.6600.19253.3357.9454.31
Hex6547CE3342013fd3a36
Octal145107316631020233757266
Binary1100101100011111001110110011100001001001111111101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6547CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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