#6F7DF0

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

Shades of Medium Slate Blue #6F7DF0

Tints of Medium Slate Blue #6F7DF0

Color information

#6F7DF0 (or 0x6F7DF0) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7D and F0. RGB value is (111,125,240). Sum of RGB (Red+Green+Blue) = 111+125+240=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #6F7DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DF0 is #90820F. Grayscale: #858585. Windows color (decimal): -9470480 or 15760751. OLE color: 15760751.

HSL color Cylindrical-coordinate representation of color #6F7DF0: hue angle of 233.49º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F7DF0 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB111125240-
CMYK0.540.4800.06
HSL233.49º81.13%68.82%-
HSV(B)233.49º53.75%94.12%-
XYZ29.6224.3485.57-
YUV133.92187.86111.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 240 (94.14% from 255) = 50.42%
R=23.32%
G=26.26%
B=50.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1111252400.540.4800.06233.4981.1368.82
Hex6F7DF0363006e95145
Octal157175360666006351121105
Binary110111111111011111000011011011000001101110100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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