#6F6CF8

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

Shades of Medium Slate Blue #6F6CF8

Tints of Medium Slate Blue #6F6CF8

Color information

#6F6CF8 (or 0x6F6CF8) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6C and F8. RGB value is (111,108,248). Sum of RGB (Red+Green+Blue) = 111+108+248=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F6CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6CF8 is #909307. Grayscale: #7C7C7C. Windows color (decimal): -9474824 or 16280687. OLE color: 16280687.

HSL color Cylindrical-coordinate representation of color #6F6CF8: hue angle of 241.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6CF8 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111108248-
CMYK0.550.5600.03
HSL241.29º90.91%69.8%-
HSV(B)241.29º56.45%97.25%-
XYZ28.8620.8891.32-
YUV124.86197.49118.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 248 (97.27% from 255) = 53.10%
R=23.77%
G=23.13%
B=53.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111082480.550.5600.03241.2990.9169.8
Hex6F6CF8373803f15b46
Octal157154370677003361133106
Binary11011111101100111110001101111110000111111000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,248); }

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

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

 a { background-color: rgb(111,108,248); }

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

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

 span { border-color: rgb(111,108,248); }

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