#6958F2

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

Shades of Medium Slate Blue #6958F2

Tints of Medium Slate Blue #6958F2

Color information

#6958F2 (or 0x6958F2) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 58 and F2. RGB value is (105,88,242). Sum of RGB (Red+Green+Blue) = 105+88+242=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #6958F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958F2 is #96A70D. Grayscale: #6E6E6E. Windows color (decimal): -9873166 or 15882345. OLE color: 15882345.

HSL color Cylindrical-coordinate representation of color #6958F2: hue angle of 246.62º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6958F2 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10588242-
CMYK0.570.6400.05
HSL246.62º85.56%64.71%-
HSV(B)246.62º63.64%94.9%-
XYZ25.3416.3985.83-
YUV110.64202.13123.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 88 (34.77% from 255) = 20.23%
BLUE value IS 242 (94.92% from 255) = 55.63%
R=24.14%
G=20.23%
B=55.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105882420.570.6400.05246.6285.5664.71
Hex6958F2394005f75641
Octal1511303627110005367126101
Binary1101001101100011110010111001100000001011111011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6958F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6958F2; }

 p { color: rgb(105,88,242); }

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

<style>
 a { background-color: #6958F2; }

 a { background-color: rgb(105,88,242); }

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

<style>
 span { border-color: #6958F2; }

 span { border-color: rgb(105,88,242); }

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