#6955F7

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

Shades of Medium Slate Blue #6955F7

Tints of Medium Slate Blue #6955F7

Color information

#6955F7 (or 0x6955F7) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 55 and F7. RGB value is (105,85,247). Sum of RGB (Red+Green+Blue) = 105+85+247=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #6955F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955F7 is #96AA08. Grayscale: #6C6C6C. Windows color (decimal): -9873929 or 16209257. OLE color: 16209257.

HSL color Cylindrical-coordinate representation of color #6955F7: hue angle of 247.41º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6955F7 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10585247-
CMYK0.570.6600.03
HSL247.41º91.01%65.1%-
HSV(B)247.41º65.59%96.86%-
XYZ25.8616.2289.76-
YUV109.45205.63124.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 247 (96.88% from 255) = 56.52%
R=24.03%
G=19.45%
B=56.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal105852470.570.6600.03247.4191.0165.1
Hex6955F7394203f75b41
Octal1511253677110203367133101
Binary110100110101011111011111100110000100111111011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6955F7; }

 p { color: rgb(105,85,247); }

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

<style>
 a { background-color: #6955F7; }

 a { background-color: rgb(105,85,247); }

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

<style>
 span { border-color: #6955F7; }

 span { border-color: rgb(105,85,247); }

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