#6F6BF5

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

Shades of Medium Slate Blue #6F6BF5

Tints of Medium Slate Blue #6F6BF5

Color information

#6F6BF5 (or 0x6F6BF5) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6B and F5. RGB value is (111,107,245). Sum of RGB (Red+Green+Blue) = 111+107+245=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #6F6BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6BF5 is #90940A. Grayscale: #7B7B7B. Windows color (decimal): -9475083 or 16083823. OLE color: 16083823.

HSL color Cylindrical-coordinate representation of color #6F6BF5: hue angle of 241.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6BF5 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111107245-
CMYK0.550.5600.04
HSL241.74º87.34%69.02%-
HSV(B)241.74º56.33%96.08%-
XYZ28.2920.4988.85-
YUV123.93196.33118.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=23.97%
G=23.11%
B=52.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111072450.550.5600.04241.7487.3469.02
Hex6F6BF5373804f25745
Octal157153365677004362127105
Binary110111111010111111010111011111100001001111001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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