#6B75FB

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

Shades of Medium Slate Blue #6B75FB

Tints of Medium Slate Blue #6B75FB

Color information

#6B75FB (or 0x6B75FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 75 and FB. RGB value is (107,117,251). Sum of RGB (Red+Green+Blue) = 107+117+251=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B75FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B75FB is #948A04. Grayscale: #808080. Windows color (decimal): -9734661 or 16479595. OLE color: 16479595.

HSL color Cylindrical-coordinate representation of color #6B75FB: hue angle of 235.83º degrees, saturation: 0.95, 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 #6B75FB is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107117251-
CMYK0.570.5300.02
HSL235.83º94.74%70.2%-
HSV(B)235.83º57.37%98.43%-
XYZ29.8422.8194.1-
YUV129.29196.69112.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=22.53%
G=24.63%
B=52.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071172510.570.5300.02235.8394.7470.2
Hex6B75FB393502ec5f46
Octal153165373716502354137106
Binary11010111110101111110111110011101010101110110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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