#6546CE

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

Shades of Slate Blue #6546CE

Tints of Slate Blue #6546CE

Color information

#6546CE (or 0x6546CE) is unknown color: approx Slate Blue. HEX triplet: 65, 46 and CE. RGB value is (101,70,206). Sum of RGB (Red+Green+Blue) = 101+70+206=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #6546CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546CE is #9AB931. Grayscale: #5E5E5E. Windows color (decimal): -10139954 or 13518437. OLE color: 13518437.

HSL color Cylindrical-coordinate representation of color #6546CE: hue angle of 253.68º 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 #6546CE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10170206-
CMYK0.510.6600.19
HSL253.68º58.12%54.12%-
HSV(B)253.68º66.02%80.78%-
XYZ18.711.659.65-
YUV94.77190.77132.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 206 (80.86% from 255) = 54.64%
R=26.79%
G=18.57%
B=54.64%

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
Decimal101702060.510.6600.19253.6858.1254.12
Hex6546CE3342013fe3a36
Octal145106316631020233767266
Binary1100101100011011001110110011100001001001111111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6546CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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