#6543cf

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

Shades of Slate Blue #6543CF

Tints of Slate Blue #6543CF

Color information

#6543CF (or 0x6543CF) is unknown color: approx Slate Blue. HEX triplet: 65, 43 and CF. RGB value is (101,67,207). Sum of RGB (Red+Green+Blue) = 101+67+207=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6543CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543CF is #9ABC30. Grayscale: #5C5C5C. Windows color (decimal): -10140721 or 13583205. OLE color: 13583205.

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

Color convert

RGB10167207-
CMYK0.510.6800.19
HSL254.57º59.32%53.73%-
HSV(B)254.57º67.63%81.18%-
XYZ18.6411.2960.23-
YUV93.13192.26133.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 207 (81.25% from 255) = 55.2%
R=26.93%
G=17.87%
B=55.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101672070.510.6800.19254.5759.3253.73
Hex6543CF3344013ff3b36
Octal145103317631040233777366
Binary1100101100001111001111110011100010001001111111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6543cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6543cf; }

 p { color: rgb(101,67,207); }

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

<style>
 a { background-color: #6543cf; }

 a { background-color: rgb(101,67,207); }

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

<style>
 span { border-color: #6543cf; }

 span { border-color: rgb(101,67,207); }

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