#6575F0

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

Shades of Medium Slate Blue #6575F0

Tints of Medium Slate Blue #6575F0

Color information

#6575F0 (or 0x6575F0) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 75 and F0. RGB value is (101,117,240). Sum of RGB (Red+Green+Blue) = 101+117+240=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #6575F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575F0 is #9A8A0F. Grayscale: #7D7D7D. Windows color (decimal): -10127888 or 15758693. OLE color: 15758693.

HSL color Cylindrical-coordinate representation of color #6575F0: hue angle of 233.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6575F0 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101117240-
CMYK0.580.5100.06
HSL233.09º82.25%66.86%-
HSV(B)233.09º57.92%94.12%-
XYZ27.4621.7885.2-
YUV126.24192.2110-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.05%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 240 (94.14% from 255) = 52.40%
R=22.05%
G=25.55%
B=52.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011172400.580.5100.06233.0982.2566.86
Hex6575F03A3306e95243
Octal145165360726306351122103
Binary110010111101011111000011101011001101101110100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6575F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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