#6A6FFA

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

Shades of Medium Slate Blue #6A6FFA

Tints of Medium Slate Blue #6A6FFA

Color information

#6A6FFA (or 0x6A6FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 6F and FA. RGB value is (106,111,250). Sum of RGB (Red+Green+Blue) = 106+111+250=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6FFA is #959005. Grayscale: #7C7C7C. Windows color (decimal): -9801734 or 16412522. OLE color: 16412522.

HSL color Cylindrical-coordinate representation of color #6A6FFA: hue angle of 237.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6FFA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106111250-
CMYK0.580.5600.02
HSL237.92º93.51%69.8%-
HSV(B)237.92º57.6%98.04%-
XYZ28.8821.3493.04-
YUV125.35198.34114.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 250 (98.05% from 255) = 53.53%
R=22.70%
G=23.77%
B=53.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061112500.580.5600.02237.9293.5169.8
Hex6A6FFA3A3802ee5e46
Octal152157372727002356136106
Binary11010101101111111110101110101110000101110111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,111,250); }

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

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

 a { background-color: rgb(106,111,250); }

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

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

 span { border-color: rgb(106,111,250); }

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