#6b73dd

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

Shades of Medium Slate Blue #6B73DD

Tints of Medium Slate Blue #6B73DD

Color information

#6B73DD (or 0x6B73DD) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 73 and DD. RGB value is (107,115,221). Sum of RGB (Red+Green+Blue) = 107+115+221=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B73DD is #948C22. Grayscale: #7C7C7C. Windows color (decimal): -9735203 or 14513003. OLE color: 14513003.

HSL color Cylindrical-coordinate representation of color #6B73DD: hue angle of 235.79º 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 #6B73DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107115221-
CMYK0.520.4800.13
HSL235.79º62.64%64.31%-
HSV(B)235.79º51.58%86.67%-
XYZ25.2520.6171.05-
YUV124.69182.35115.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.15%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=24.15%
G=25.96%
B=49.89%

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
Decimal1071152210.520.4800.13235.7962.6464.31
Hex6B73DD34300Dec3f40
Octal153163335646001535477100
Binary110101111100111101110111010011000001101111011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b73dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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