#6574F0

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

Shades of Medium Slate Blue #6574F0

Tints of Medium Slate Blue #6574F0

Color information

#6574F0 (or 0x6574F0) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 74 and F0. RGB value is (101,116,240). Sum of RGB (Red+Green+Blue) = 101+116+240=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #6574F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574F0 is #9A8B0F. Grayscale: #7D7D7D. Windows color (decimal): -10128144 or 15758437. OLE color: 15758437.

HSL color Cylindrical-coordinate representation of color #6574F0: hue angle of 233.53º 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 #6574F0 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101116240-
CMYK0.580.5200.06
HSL233.53º82.25%66.86%-
HSV(B)233.53º57.92%94.12%-
XYZ27.3421.5585.16-
YUV125.65192.53110.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.10%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 240 (94.14% from 255) = 52.52%
R=22.10%
G=25.38%
B=52.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011162400.580.5200.06233.5382.2566.86
Hex6574F03A3406ea5243
Octal145164360726406352122103
Binary110010111101001111000011101011010001101110101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6574F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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