#6B68FB

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

Shades of Medium Slate Blue #6B68FB

Tints of Medium Slate Blue #6B68FB

Color information

#6B68FB (or 0x6B68FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 68 and FB. RGB value is (107,104,251). Sum of RGB (Red+Green+Blue) = 107+104+251=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B68FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B68FB is #949704. Grayscale: #797979. Windows color (decimal): -9737989 or 16476267. OLE color: 16476267.

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

Color convert

RGB107104251-
CMYK0.570.5900.02
HSL241.22º94.84%69.61%-
HSV(B)241.22º58.57%98.43%-
XYZ28.4319.9993.63-
YUV121.66200.99117.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=23.16%
G=22.51%
B=54.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071042510.570.5900.02241.2294.8469.61
Hex6B68FB393B02f15f46
Octal153150373717302361137106
Binary11010111101000111110111110011110110101111000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B68FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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