#6C7CF9

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

Shades of Medium Slate Blue #6C7CF9

Tints of Medium Slate Blue #6C7CF9

Color information

#6C7CF9 (or 0x6C7CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 7C and F9. RGB value is (108,124,249). Sum of RGB (Red+Green+Blue) = 108+124+249=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C7CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7CF9 is #938306. Grayscale: #848484. Windows color (decimal): -9667335 or 16350316. OLE color: 16350316.

HSL color Cylindrical-coordinate representation of color #6C7CF9: hue angle of 233.19º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7CF9 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108124249-
CMYK0.570.5000.02
HSL233.19º92.16%70%-
HSV(B)233.19º56.63%97.65%-
XYZ30.4924.4492.73-
YUV133.47193.2109.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=22.45%
G=25.78%
B=51.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081242490.570.5000.02233.1992.1670
Hex6C7CF9393202e95c46
Octal154174371716202351134106
Binary11011001111100111110011110011100100101110100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7CF9; }

 p { color: rgb(108,124,249); }

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

<style>
 a { background-color: #6C7CF9; }

 a { background-color: rgb(108,124,249); }

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

<style>
 span { border-color: #6C7CF9; }

 span { border-color: rgb(108,124,249); }

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