#6960e6

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

Shades of Medium Slate Blue #6960E6

Tints of Medium Slate Blue #6960E6

Color information

#6960E6 (or 0x6960E6) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 60 and E6. RGB value is (105,96,230). Sum of RGB (Red+Green+Blue) = 105+96+230=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #6960E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960E6 is #969F19. Grayscale: #717171. Windows color (decimal): -9871130 or 15097961. OLE color: 15097961.

HSL color Cylindrical-coordinate representation of color #6960E6: hue angle of 244.03º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6960E6 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10596230-
CMYK0.540.5800.10
HSL244.03º72.83%63.92%-
HSV(B)244.03º58.26%90.2%-
XYZ24.2917.0876.88-
YUV113.97193.48121.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 230 (90.23% from 255) = 53.36%
R=24.36%
G=22.27%
B=53.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105962300.540.5800.10244.0372.8363.92
Hex6960E6363A0Af44940
Octal1511403466672012364111100
Binary1101001110000011100110110110111010010101111010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6960e6; }

 p { color: rgb(105,96,230); }

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

<style>
 a { background-color: #6960e6; }

 a { background-color: rgb(105,96,230); }

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

<style>
 span { border-color: #6960e6; }

 span { border-color: rgb(105,96,230); }

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