#6575FB

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

Shades of Medium Slate Blue #6575FB

Tints of Medium Slate Blue #6575FB

Color information

#6575FB (or 0x6575FB) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 75 and FB. RGB value is (101,117,251). Sum of RGB (Red+Green+Blue) = 101+117+251=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6575FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575FB is #9A8A04. Grayscale: #7E7E7E. Windows color (decimal): -10127877 or 16479589. OLE color: 16479589.

HSL color Cylindrical-coordinate representation of color #6575FB: hue angle of 233.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6575FB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101117251-
CMYK0.600.5300.02
HSL233.6º94.94%69.02%-
HSV(B)233.6º59.76%98.43%-
XYZ29.1422.4594.07-
YUV127.49197.7109.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.54%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 251 (98.44% from 255) = 53.52%
R=21.54%
G=24.95%
B=53.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011172510.600.5300.02233.694.9469.02
Hex6575FB3C3502ea5f45
Octal145165373746502352137105
Binary11001011110101111110111111001101010101110101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6575FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6575FB; }

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

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

<style>
 a { background-color: #6575FB; }

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

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

<style>
 span { border-color: #6575FB; }

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

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