#6473E0

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

Shades of Medium Slate Blue #6473E0

Tints of Medium Slate Blue #6473E0

Color information

#6473E0 (or 0x6473E0) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 73 and E0. RGB value is (100,115,224). Sum of RGB (Red+Green+Blue) = 100+115+224=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #6473E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473E0 is #9B8C1F. Grayscale: #7A7A7A. Windows color (decimal): -10193952 or 14709604. OLE color: 14709604.

HSL color Cylindrical-coordinate representation of color #6473E0: hue angle of 232.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6473E0 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100115224-
CMYK0.550.4900.12
HSL232.74º66.67%63.53%-
HSV(B)232.74º55.36%87.84%-
XYZ24.8420.3573.14-
YUV122.94185.03111.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.78%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=22.78%
G=26.20%
B=51.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001152240.550.4900.12232.7466.6763.53
Hex6473E037310Ce94340
Octal1441633406761014351103100
Binary1100100111001111100000110111110001011001110100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6473E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6473E0; }

 p { color: rgb(100,115,224); }

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

<style>
 a { background-color: #6473E0; }

 a { background-color: rgb(100,115,224); }

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

<style>
 span { border-color: #6473E0; }

 span { border-color: rgb(100,115,224); }

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