#6961EA

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

Shades of Medium Slate Blue #6961EA

Tints of Medium Slate Blue #6961EA

Color information

#6961EA (or 0x6961EA) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 61 and EA. RGB value is (105,97,234). Sum of RGB (Red+Green+Blue) = 105+97+234=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #6961EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6961EA is #969E15. Grayscale: #727272. Windows color (decimal): -9870870 or 15360361. OLE color: 15360361.

HSL color Cylindrical-coordinate representation of color #6961EA: hue angle of 243.5º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6961EA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10597234-
CMYK0.550.5900.08
HSL243.5º76.54%64.9%-
HSV(B)243.5º58.55%91.76%-
XYZ24.9517.4979.9-
YUV115.01195.15120.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 234 (91.80% from 255) = 53.67%
R=24.08%
G=22.25%
B=53.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105972340.550.5900.08243.576.5464.9
Hex6961EA373B08f44d41
Octal1511413526773010364115101
Binary1101001110000111101010110111111011010001111010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6961EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6961EA; }

 p { color: rgb(105,97,234); }

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

<style>
 a { background-color: #6961EA; }

 a { background-color: rgb(105,97,234); }

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

<style>
 span { border-color: #6961EA; }

 span { border-color: rgb(105,97,234); }

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