#6852F3

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

Shades of Medium Slate Blue #6852F3

Tints of Medium Slate Blue #6852F3

Color information

#6852F3 (or 0x6852F3) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 52 and F3. RGB value is (104,82,243). Sum of RGB (Red+Green+Blue) = 104+82+243=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #6852F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6852F3 is #97AD0C. Grayscale: #6A6A6A. Windows color (decimal): -9940237 or 15946344. OLE color: 15946344.

HSL color Cylindrical-coordinate representation of color #6852F3: hue angle of 248.2º 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 #6852F3 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10482243-
CMYK0.570.6600.05
HSL248.2º87.03%63.73%-
HSV(B)248.2º66.26%95.29%-
XYZ24.915.4586.46-
YUV106.93204.79125.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=24.24%
G=19.11%
B=56.64%

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
Decimal104822430.570.6600.05248.287.0363.73
Hex6852F3394205f85740
Octal1501223637110205370127100
Binary1101000101001011110011111001100001001011111100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6852F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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