#6546CB

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

Shades of Slate Blue #6546CB

Tints of Slate Blue #6546CB

Color information

#6546CB (or 0x6546CB) is unknown color: approx Slate Blue. HEX triplet: 65, 46 and CB. RGB value is (101,70,203). Sum of RGB (Red+Green+Blue) = 101+70+203=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6546CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546CB is #9AB934. Grayscale: #5D5D5D. Windows color (decimal): -10139957 or 13321829. OLE color: 13321829.

HSL color Cylindrical-coordinate representation of color #6546CB: hue angle of 253.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6546CB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10170203-
CMYK0.500.6600.20
HSL253.98º56.12%53.53%-
HSV(B)253.98º65.52%79.61%-
XYZ18.3411.4657.75-
YUV94.43189.27132.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=27.01%
G=18.72%
B=54.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101702030.500.6600.20253.9856.1253.53
Hex6546CB3242014fe3836
Octal145106313621020243767066
Binary1100101100011011001011110010100001001010011111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6546CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6546CB; }

 p { color: rgb(101,70,203); }

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

<style>
 a { background-color: #6546CB; }

 a { background-color: rgb(101,70,203); }

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

<style>
 span { border-color: #6546CB; }

 span { border-color: rgb(101,70,203); }

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