#6966e4

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

Shades of Medium Slate Blue #6966E4

Tints of Medium Slate Blue #6966E4

Color information

#6966E4 (or 0x6966E4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 66 and E4. RGB value is (105,102,228). Sum of RGB (Red+Green+Blue) = 105+102+228=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #6966E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966E4 is #96991B. Grayscale: #747474. Windows color (decimal): -9869596 or 14968425. OLE color: 14968425.

HSL color Cylindrical-coordinate representation of color #6966E4: hue angle of 241.43º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6966E4 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105102228-
CMYK0.540.5500.11
HSL241.43º70%64.71%-
HSV(B)241.43º55.26%89.41%-
XYZ24.5818.1175.6-
YUV117.26190.49119.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 228 (89.45% from 255) = 52.41%
R=24.14%
G=23.45%
B=52.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051022280.540.5500.11241.437064.71
Hex6966E436370Bf14641
Octal1511463446667013361106101
Binary1101001110011011100100110110110111010111111000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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