#6A75FA

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

Shades of Medium Slate Blue #6A75FA

Tints of Medium Slate Blue #6A75FA

Color information

#6A75FA (or 0x6A75FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 75 and FA. RGB value is (106,117,250). Sum of RGB (Red+Green+Blue) = 106+117+250=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A75FA is #958A05. Grayscale: #808080. Windows color (decimal): -9800198 or 16414058. OLE color: 16414058.

HSL color Cylindrical-coordinate representation of color #6A75FA: hue angle of 235.42º 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 #6A75FA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106117250-
CMYK0.580.5300.02
HSL235.42º93.51%69.8%-
HSV(B)235.42º57.6%98.04%-
XYZ29.5622.6993.26-
YUV128.87196.36111.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 250 (98.05% from 255) = 52.85%
R=22.41%
G=24.74%
B=52.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061172500.580.5300.02235.4293.5169.8
Hex6A75FA3A3502eb5e46
Octal152165372726502353136106
Binary11010101110101111110101110101101010101110101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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