#6471EA

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

Shades of Medium Slate Blue #6471EA

Tints of Medium Slate Blue #6471EA

Color information

#6471EA (or 0x6471EA) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 71 and EA. RGB value is (100,113,234). Sum of RGB (Red+Green+Blue) = 100+113+234=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #6471EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471EA is #9B8E15. Grayscale: #7A7A7A. Windows color (decimal): -10194454 or 15364452. OLE color: 15364452.

HSL color Cylindrical-coordinate representation of color #6471EA: hue angle of 234.18º 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 #6471EA is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100113234-
CMYK0.570.5200.08
HSL234.18º76.14%65.49%-
HSV(B)234.18º57.26%91.76%-
XYZ26.0120.4680.42-
YUV122.91190.69111.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 52.35%
R=22.37%
G=25.28%
B=52.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001132340.570.5200.08234.1876.1465.49
Hex6471EA393408ea4c41
Octal1441613527164010352114101
Binary1100100111000111101010111001110100010001110101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6471EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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