#6572FB

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

Shades of Medium Slate Blue #6572FB

Tints of Medium Slate Blue #6572FB

Color information

#6572FB (or 0x6572FB) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 72 and FB. RGB value is (101,114,251). Sum of RGB (Red+Green+Blue) = 101+114+251=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6572FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6572FB is #9A8D04. Grayscale: #7D7D7D. Windows color (decimal): -10128645 or 16478821. OLE color: 16478821.

HSL color Cylindrical-coordinate representation of color #6572FB: hue angle of 234.8º 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 #6572FB is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101114251-
CMYK0.600.5500.02
HSL234.8º94.94%69.02%-
HSV(B)234.8º59.76%98.43%-
XYZ28.821.7793.95-
YUV125.73198.69110.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=21.67%
G=24.46%
B=53.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011142510.600.5500.02234.894.9469.02
Hex6572FB3C3702eb5f45
Octal145162373746702353137105
Binary11001011110010111110111111001101110101110101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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