#6573DB

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

Shades of Slate Blue #6573DB

Tints of Slate Blue #6573DB

Color information

#6573DB (or 0x6573DB) is unknown color: approx Slate Blue. HEX triplet: 65, 73 and DB. RGB value is (101,115,219). Sum of RGB (Red+Green+Blue) = 101+115+219=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6573DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573DB is #9A8C24. Grayscale: #7A7A7A. Windows color (decimal): -10128421 or 14381925. OLE color: 14381925.

HSL color Cylindrical-coordinate representation of color #6573DB: hue angle of 232.88º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6573DB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101115219-
CMYK0.540.4700.14
HSL232.88º62.11%62.75%-
HSV(B)232.88º53.88%85.88%-
XYZ24.2820.1469.63-
YUV122.67182.36112.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 219 (85.94% from 255) = 50.34%
R=23.22%
G=26.44%
B=50.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011152190.540.4700.14232.8862.1162.75
Hex6573DB362F0Ee93e3f
Octal14516333366570163517677
Binary11001011110011110110111101101011110111011101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6573DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6573DB; }

 p { color: rgb(101,115,219); }

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

<style>
 a { background-color: #6573DB; }

 a { background-color: rgb(101,115,219); }

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

<style>
 span { border-color: #6573DB; }

 span { border-color: rgb(101,115,219); }

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