#6B79DD

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

Shades of Medium Slate Blue #6B79DD

Tints of Medium Slate Blue #6B79DD

Color information

#6B79DD (or 0x6B79DD) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 79 and DD. RGB value is (107,121,221). Sum of RGB (Red+Green+Blue) = 107+121+221=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B79DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B79DD is #948622. Grayscale: #7F7F7F. Windows color (decimal): -9733667 or 14514539. OLE color: 14514539.

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

Color convert

RGB107121221-
CMYK0.520.4500.13
HSL232.63º62.64%64.31%-
HSV(B)232.63º51.58%86.67%-
XYZ25.9522.0271.29-
YUV128.21180.36112.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.83%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=23.83%
G=26.95%
B=49.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071212210.520.4500.13232.6362.6464.31
Hex6B79DD342D0De93f40
Octal153171335645501535177100
Binary110101111110011101110111010010110101101111010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B79DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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