#6E61F8

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

Shades of Medium Slate Blue #6E61F8

Tints of Medium Slate Blue #6E61F8

Color information

#6E61F8 (or 0x6E61F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 61 and F8. RGB value is (110,97,248). Sum of RGB (Red+Green+Blue) = 110+97+248=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E61F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E61F8 is #919E07. Grayscale: #757575. Windows color (decimal): -9543176 or 16277870. OLE color: 16277870.

HSL color Cylindrical-coordinate representation of color #6E61F8: hue angle of 245.17º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E61F8 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11097248-
CMYK0.560.6100.03
HSL245.17º91.52%67.65%-
HSV(B)245.17º60.89%97.25%-
XYZ27.6518.6490.95-
YUV118.1201.31122.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 248 (97.27% from 255) = 54.51%
R=24.18%
G=21.32%
B=54.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal110972480.560.6100.03245.1791.5267.65
Hex6E61F8383D03f55c44
Octal156141370707503365134104
Binary11011101100001111110001110001111010111111010110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E61F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E61F8; }

 p { color: rgb(110,97,248); }

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

<style>
 a { background-color: #6E61F8; }

 a { background-color: rgb(110,97,248); }

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

<style>
 span { border-color: #6E61F8; }

 span { border-color: rgb(110,97,248); }

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