#6F6BEC

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

Shades of Medium Slate Blue #6F6BEC

Tints of Medium Slate Blue #6F6BEC

Color information

#6F6BEC (or 0x6F6BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6B and EC. RGB value is (111,107,236). Sum of RGB (Red+Green+Blue) = 111+107+236=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F6BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6BEC is #909413. Grayscale: #7A7A7A. Windows color (decimal): -9475092 or 15493999. OLE color: 15493999.

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

Color convert

RGB111107236-
CMYK0.530.5500.07
HSL241.86º77.25%67.25%-
HSV(B)241.86º54.66%92.55%-
XYZ26.9519.9581.79-
YUV122.9191.83119.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 236 (92.58% from 255) = 51.98%
R=24.45%
G=23.57%
B=51.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111072360.530.5500.07241.8677.2567.25
Hex6F6BEC353707f24d43
Octal157153354656707362115103
Binary110111111010111110110011010111011101111111001010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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