#6A73DD

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

Shades of Medium Slate Blue #6A73DD

Tints of Medium Slate Blue #6A73DD

Color information

#6A73DD (or 0x6A73DD) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 73 and DD. RGB value is (106,115,221). Sum of RGB (Red+Green+Blue) = 106+115+221=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A73DD is #958C22. Grayscale: #7B7B7B. Windows color (decimal): -9800739 or 14513002. OLE color: 14513002.

HSL color Cylindrical-coordinate representation of color #6A73DD: hue angle of 235.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A73DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106115221-
CMYK0.520.4800.13
HSL235.3º62.84%64.12%-
HSV(B)235.3º52.04%86.67%-
XYZ25.1320.5571.05-
YUV124.39182.52114.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.98%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 221 (86.72% from 255) = 50%
R=23.98%
G=26.02%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061152210.520.4800.13235.362.8464.12
Hex6A73DD34300Deb3f40
Octal152163335646001535377100
Binary110101011100111101110111010011000001101111010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A73DD; }

 p { color: rgb(106,115,221); }

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

<style>
 a { background-color: #6A73DD; }

 a { background-color: rgb(106,115,221); }

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

<style>
 span { border-color: #6A73DD; }

 span { border-color: rgb(106,115,221); }

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