#6C5AF8

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

Shades of Medium Slate Blue #6C5AF8

Tints of Medium Slate Blue #6C5AF8

Color information

#6C5AF8 (or 0x6C5AF8) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5A and F8. RGB value is (108,90,248). Sum of RGB (Red+Green+Blue) = 108+90+248=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5AF8 is #93A507. Grayscale: #707070. Windows color (decimal): -9676040 or 16276076. OLE color: 16276076.

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

Color convert

RGB10890248-
CMYK0.560.6400.03
HSL246.84º91.86%66.27%-
HSV(B)246.84º63.71%97.25%-
XYZ26.7817.2890.73-
YUV113.39203.96124.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.22%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 248 (97.27% from 255) = 55.61%
R=24.22%
G=20.18%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal108902480.560.6400.03246.8491.8666.27
Hex6C5AF8384003f75c42
Octal1541323707010003367134102
Binary110110010110101111100011100010000000111111011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,248); }

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

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

 a { background-color: rgb(108,90,248); }

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

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

 span { border-color: rgb(108,90,248); }

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