#6472EA

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

Shades of Medium Slate Blue #6472EA

Tints of Medium Slate Blue #6472EA

Color information

#6472EA (or 0x6472EA) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 72 and EA. RGB value is (100,114,234). Sum of RGB (Red+Green+Blue) = 100+114+234=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #6472EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6472EA is #9B8D15. Grayscale: #7A7A7A. Windows color (decimal): -10194198 or 15364708. OLE color: 15364708.

HSL color Cylindrical-coordinate representation of color #6472EA: hue angle of 233.73º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6472EA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100114234-
CMYK0.570.5100.08
HSL233.73º76.14%65.49%-
HSV(B)233.73º57.26%91.76%-
XYZ26.1220.6880.46-
YUV123.49190.36111.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=22.32%
G=25.45%
B=52.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001142340.570.5100.08233.7376.1465.49
Hex6472EA393308ea4c41
Octal1441623527163010352114101
Binary1100100111001011101010111001110011010001110101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6472EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6472EA; }

 p { color: rgb(100,114,234); }

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

<style>
 a { background-color: #6472EA; }

 a { background-color: rgb(100,114,234); }

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

<style>
 span { border-color: #6472EA; }

 span { border-color: rgb(100,114,234); }

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