#6B68F7

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

Shades of Medium Slate Blue #6B68F7

Tints of Medium Slate Blue #6B68F7

Color information

#6B68F7 (or 0x6B68F7) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 68 and F7. RGB value is (107,104,247). Sum of RGB (Red+Green+Blue) = 107+104+247=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B68F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B68F7 is #949708. Grayscale: #787878. Windows color (decimal): -9737993 or 16214123. OLE color: 16214123.

HSL color Cylindrical-coordinate representation of color #6B68F7: hue angle of 241.26º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B68F7 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB107104247-
CMYK0.570.5800.03
HSL241.26º89.94%68.82%-
HSV(B)241.26º57.89%96.86%-
XYZ27.819.7490.34-
YUV121.2198.99117.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=23.36%
G=22.71%
B=53.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1071042470.570.5800.03241.2689.9468.82
Hex6B68F7393A03f15a45
Octal153150367717203361132105
Binary11010111101000111101111110011110100111111000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B68F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,247); }

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

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

 a { background-color: rgb(107,104,247); }

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

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

 span { border-color: rgb(107,104,247); }

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