#6F7DEB

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

Shades of Medium Slate Blue #6F7DEB

Tints of Medium Slate Blue #6F7DEB

Color information

#6F7DEB (or 0x6F7DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7D and EB. RGB value is (111,125,235). Sum of RGB (Red+Green+Blue) = 111+125+235=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F7DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DEB is #908214. Grayscale: #848484. Windows color (decimal): -9470485 or 15433071. OLE color: 15433071.

HSL color Cylindrical-coordinate representation of color #6F7DEB: hue angle of 233.23º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7DEB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111125235-
CMYK0.530.4700.08
HSL233.23º75.61%67.84%-
HSV(B)233.23º52.77%92.16%-
XYZ28.8824.0481.72-
YUV133.35185.36112.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 235 (92.19% from 255) = 49.89%
R=23.57%
G=26.54%
B=49.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111252350.530.4700.08233.2375.6167.84
Hex6F7DEB352F08e94c44
Octal1571753536557010351114104
Binary1101111111110111101011110101101111010001110100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,125,235); }

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

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

 a { background-color: rgb(111,125,235); }

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

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

 span { border-color: rgb(111,125,235); }

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