#6966F0

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

Shades of Medium Slate Blue #6966F0

Tints of Medium Slate Blue #6966F0

Color information

#6966F0 (or 0x6966F0) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 66 and F0. RGB value is (105,102,240). Sum of RGB (Red+Green+Blue) = 105+102+240=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #6966F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966F0 is #96990F. Grayscale: #767676. Windows color (decimal): -9869584 or 15754857. OLE color: 15754857.

HSL color Cylindrical-coordinate representation of color #6966F0: hue angle of 241.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6966F0 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105102240-
CMYK0.560.5800.06
HSL241.3º82.14%67.06%-
HSV(B)241.3º57.5%94.12%-
XYZ26.3118.884.68-
YUV118.63196.49118.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 240 (94.14% from 255) = 53.69%
R=23.49%
G=22.82%
B=53.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051022400.560.5800.06241.382.1467.06
Hex6966F0383A06f15243
Octal151146360707206361122103
Binary110100111001101111000011100011101001101111000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6966F0; }

 p { color: rgb(105,102,240); }

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

<style>
 a { background-color: #6966F0; }

 a { background-color: rgb(105,102,240); }

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

<style>
 span { border-color: #6966F0; }

 span { border-color: rgb(105,102,240); }

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