#6543CC

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

Shades of Slate Blue #6543CC

Tints of Slate Blue #6543CC

Color information

#6543CC (or 0x6543CC) is unknown color: approx Slate Blue. HEX triplet: 65, 43 and CC. RGB value is (101,67,204). Sum of RGB (Red+Green+Blue) = 101+67+204=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6543CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543CC is #9ABC33. Grayscale: #5C5C5C. Windows color (decimal): -10140724 or 13386597. OLE color: 13386597.

HSL color Cylindrical-coordinate representation of color #6543CC: hue angle of 254.89º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6543CC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10167204-
CMYK0.500.6700.2
HSL254.89º57.32%53.14%-
HSV(B)254.89º67.16%80%-
XYZ18.2711.1458.31-
YUV92.78190.76133.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 204 (80.08% from 255) = 54.84%
R=27.15%
G=18.01%
B=54.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101672040.500.6700.2254.8957.3253.14
Hex6543CC3243014ff3935
Octal145103314621030243777165
Binary1100101100001111001100110010100001101010011111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6543CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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