#6A70ED

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

Shades of Medium Slate Blue #6A70ED

Tints of Medium Slate Blue #6A70ED

Color information

#6A70ED (or 0x6A70ED) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 70 and ED. RGB value is (106,112,237). Sum of RGB (Red+Green+Blue) = 106+112+237=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A70ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A70ED is #958F12. Grayscale: #7B7B7B. Windows color (decimal): -9801491 or 15560810. OLE color: 15560810.

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

Color convert

RGB106112237-
CMYK0.550.5300.07
HSL237.25º78.44%67.25%-
HSV(B)237.25º55.27%92.94%-
XYZ27.0220.7782.7-
YUV124.46191.51114.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.30%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 237 (92.97% from 255) = 52.09%
R=23.30%
G=24.62%
B=52.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061122370.550.5300.07237.2578.4467.25
Hex6A70ED373507ed4e43
Octal152160355676507355116103
Binary110101011100001110110111011111010101111110110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A70ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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