#6952F3

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

Shades of Medium Slate Blue #6952F3

Tints of Medium Slate Blue #6952F3

Color information

#6952F3 (or 0x6952F3) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 52 and F3. RGB value is (105,82,243). Sum of RGB (Red+Green+Blue) = 105+82+243=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #6952F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6952F3 is #96AD0C. Grayscale: #6A6A6A. Windows color (decimal): -9874701 or 15946345. OLE color: 15946345.

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

Color convert

RGB10582243-
CMYK0.570.6600.05
HSL248.57º87.03%63.73%-
HSV(B)248.57º66.26%95.29%-
XYZ25.0215.5186.47-
YUV107.23204.62126.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 243 (95.31% from 255) = 56.51%
R=24.42%
G=19.07%
B=56.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105822430.570.6600.05248.5787.0363.73
Hex6952F3394205f95740
Octal1511223637110205371127100
Binary1101001101001011110011111001100001001011111100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6952F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6952F3; }

 p { color: rgb(105,82,243); }

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

<style>
 a { background-color: #6952F3; }

 a { background-color: rgb(105,82,243); }

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

<style>
 span { border-color: #6952F3; }

 span { border-color: rgb(105,82,243); }

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