#6B70EC

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

Shades of Medium Slate Blue #6B70EC

Tints of Medium Slate Blue #6B70EC

Color information

#6B70EC (or 0x6B70EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 70 and EC. RGB value is (107,112,236). Sum of RGB (Red+Green+Blue) = 107+112+236=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B70EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B70EC is #948F13. Grayscale: #7C7C7C. Windows color (decimal): -9735956 or 15495275. OLE color: 15495275.

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

Color convert

RGB107112236-
CMYK0.550.5300.07
HSL237.67º77.25%67.25%-
HSV(B)237.67º54.66%92.55%-
XYZ2720.7781.94-
YUV124.64190.84115.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.52%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 236 (92.58% from 255) = 51.87%
R=23.52%
G=24.62%
B=51.87%

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
Decimal1071122360.550.5300.07237.6777.2567.25
Hex6B70EC373507ee4d43
Octal153160354676507356115103
Binary110101111100001110110011011111010101111110111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,236); }

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

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

 a { background-color: rgb(107,112,236); }

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

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

 span { border-color: rgb(107,112,236); }

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