#6968FC

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

Shades of Medium Slate Blue #6968FC

Tints of Medium Slate Blue #6968FC

Color information

#6968FC (or 0x6968FC) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 68 and FC. RGB value is (105,104,252). Sum of RGB (Red+Green+Blue) = 105+104+252=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #6968FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6968FC is #969703. Grayscale: #787878. Windows color (decimal): -9869060 or 16541801. OLE color: 16541801.

HSL color Cylindrical-coordinate representation of color #6968FC: hue angle of 240.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6968FC is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105104252-
CMYK0.580.5900.01
HSL240.41º96.1%69.8%-
HSV(B)240.41º58.73%98.82%-
XYZ28.3519.9394.45-
YUV121.17201.83116.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 252 (98.83% from 255) = 54.66%
R=22.78%
G=22.56%
B=54.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051042520.580.5900.01240.4196.169.8
Hex6968FC3A3B01f06046
Octal151150374727301360140106
Binary1101001110100011111100111010111011011111000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6968FC; }

 p { color: rgb(105,104,252); }

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

<style>
 a { background-color: #6968FC; }

 a { background-color: rgb(105,104,252); }

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

<style>
 span { border-color: #6968FC; }

 span { border-color: rgb(105,104,252); }

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