#6F68FD

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

Shades of Medium Slate Blue #6F68FD

Tints of Medium Slate Blue #6F68FD

Color information

#6F68FD (or 0x6F68FD) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 68 and FD. RGB value is (111,104,253). Sum of RGB (Red+Green+Blue) = 111+104+253=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FD is #909702. Grayscale: #7A7A7A. Windows color (decimal): -9475843 or 16607343. OLE color: 16607343.

HSL color Cylindrical-coordinate representation of color #6F68FD: hue angle of 242.82º degrees, saturation: 0.97, 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 #6F68FD is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111104253-
CMYK0.560.5900.01
HSL242.82º97.39%70%-
HSV(B)242.82º58.89%99.22%-
XYZ29.2420.3795.32-
YUV123.08201.32119.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 253 (99.22% from 255) = 54.06%
R=23.72%
G=22.22%
B=54.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111042530.560.5900.01242.8297.3970
Hex6F68FD383B01f36146
Octal157150375707301363141106
Binary1101111110100011111101111000111011011111001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,253); }

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

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

 a { background-color: rgb(111,104,253); }

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

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

 span { border-color: rgb(111,104,253); }

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