#6A71ED

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

Shades of Medium Slate Blue #6A71ED

Tints of Medium Slate Blue #6A71ED

Color information

#6A71ED (or 0x6A71ED) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 71 and ED. RGB value is (106,113,237). Sum of RGB (Red+Green+Blue) = 106+113+237=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A71ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A71ED is #958E12. Grayscale: #7C7C7C. Windows color (decimal): -9801235 or 15561066. OLE color: 15561066.

HSL color Cylindrical-coordinate representation of color #6A71ED: hue angle of 236.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A71ED is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106113237-
CMYK0.550.5200.07
HSL236.79º78.44%67.25%-
HSV(B)236.79º55.27%92.94%-
XYZ27.1420.9982.74-
YUV125.04191.18114.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.25%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 237 (92.97% from 255) = 51.97%
R=23.25%
G=24.78%
B=51.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061132370.550.5200.07236.7978.4467.25
Hex6A71ED373407ed4e43
Octal152161355676407355116103
Binary110101011100011110110111011111010001111110110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,237); }

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

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

 a { background-color: rgb(106,113,237); }

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

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

 span { border-color: rgb(106,113,237); }

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