#6962EE

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

Shades of Medium Slate Blue #6962EE

Tints of Medium Slate Blue #6962EE

Color information

#6962EE (or 0x6962EE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 62 and EE. RGB value is (105,98,238). Sum of RGB (Red+Green+Blue) = 105+98+238=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #6962EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6962EE is #969D11. Grayscale: #737373. Windows color (decimal): -9870610 or 15622761. OLE color: 15622761.

HSL color Cylindrical-coordinate representation of color #6962EE: hue angle of 243º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6962EE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10598238-
CMYK0.560.5900.07
HSL243º80.46%65.88%-
HSV(B)243º58.82%93.33%-
XYZ25.6317.9183-
YUV116.05196.82120.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=23.81%
G=22.22%
B=53.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105982380.560.5900.0724380.4665.88
Hex6962EE383B07f35042
Octal151142356707307363120102
Binary110100111000101110111011100011101101111111001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6962EE; }

 p { color: rgb(105,98,238); }

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

<style>
 a { background-color: #6962EE; }

 a { background-color: rgb(105,98,238); }

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

<style>
 span { border-color: #6962EE; }

 span { border-color: rgb(105,98,238); }

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