#6A79DD

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

Shades of Medium Slate Blue #6A79DD

Tints of Medium Slate Blue #6A79DD

Color information

#6A79DD (or 0x6A79DD) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 79 and DD. RGB value is (106,121,221). Sum of RGB (Red+Green+Blue) = 106+121+221=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A79DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79DD is #958622. Grayscale: #7F7F7F. Windows color (decimal): -9799203 or 14514538. OLE color: 14514538.

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

Color convert

RGB106121221-
CMYK0.520.4500.13
HSL232.17º62.84%64.12%-
HSV(B)232.17º52.04%86.67%-
XYZ25.8321.9671.28-
YUV127.92180.53112.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.66%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=23.66%
G=27.01%
B=49.33%

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
Decimal1061212210.520.4500.13232.1762.8464.12
Hex6A79DD342D0De83f40
Octal152171335645501535077100
Binary110101011110011101110111010010110101101111010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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