#6264E7

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

Shades of Medium Slate Blue #6264E7

Tints of Medium Slate Blue #6264E7

Color information

#6264E7 (or 0x6264E7) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 64 and E7. RGB value is (98,100,231). Sum of RGB (Red+Green+Blue) = 98+100+231=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #6264E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6264E7 is #9D9B18. Grayscale: #717171. Windows color (decimal): -10328857 or 15164514. OLE color: 15164514.

HSL color Cylindrical-coordinate representation of color #6264E7: hue angle of 239.1º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6264E7 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98100231-
CMYK0.580.5700.09
HSL239.1º73.48%64.51%-
HSV(B)239.1º57.58%90.59%-
XYZ24.0217.4877.71-
YUV114.34193.84116.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 231 (90.62% from 255) = 53.85%
R=22.84%
G=23.31%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981002310.580.5700.09239.173.4864.51
Hex6264E73A3909ef4941
Octal1421443477271011357111101
Binary1100010110010011100111111010111001010011110111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6264E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6264E7; }

 p { color: rgb(98,100,231); }

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

<style>
 a { background-color: #6264E7; }

 a { background-color: rgb(98,100,231); }

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

<style>
 span { border-color: #6264E7; }

 span { border-color: rgb(98,100,231); }

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