#6575FE

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

Shades of Medium Slate Blue #6575FE

Tints of Medium Slate Blue #6575FE

Color information

#6575FE (or 0x6575FE) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 75 and FE. RGB value is (101,117,254). Sum of RGB (Red+Green+Blue) = 101+117+254=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #6575FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575FE is #9A8A01. Grayscale: #7F7F7F. Windows color (decimal): -10127874 or 16676197. OLE color: 16676197.

HSL color Cylindrical-coordinate representation of color #6575FE: hue angle of 233.73º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6575FE is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101117254-
CMYK0.600.5400.00
HSL233.73º98.71%69.61%-
HSV(B)233.73º60.24%99.61%-
XYZ29.6222.6596.58-
YUV127.83199.2108.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 254 (99.61% from 255) = 53.81%
R=21.40%
G=24.79%
B=53.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1011172540.600.5400.00233.7398.7169.61
Hex6575FE3C3600ea6346
Octal145165376746600352143106
Binary1100101111010111111110111100110110001110101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6575FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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