#6F64F8

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

Shades of Medium Slate Blue #6F64F8

Tints of Medium Slate Blue #6F64F8

Color information

#6F64F8 (or 0x6F64F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 64 and F8. RGB value is (111,100,248). Sum of RGB (Red+Green+Blue) = 111+100+248=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F64F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F64F8 is #909B07. Grayscale: #777777. Windows color (decimal): -9476872 or 16278639. OLE color: 16278639.

HSL color Cylindrical-coordinate representation of color #6F64F8: hue angle of 244.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F64F8 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111100248-
CMYK0.550.6000.03
HSL244.46º91.36%68.24%-
HSV(B)244.46º59.68%97.25%-
XYZ28.0619.2791.05-
YUV120.16200.14121.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 248 (97.27% from 255) = 54.03%
R=24.18%
G=21.79%
B=54.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111002480.550.6000.03244.4691.3668.24
Hex6F64F8373C03f45b44
Octal157144370677403364133104
Binary11011111100100111110001101111111000111111010010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F64F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,248); }

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

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

 a { background-color: rgb(111,100,248); }

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

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

 span { border-color: rgb(111,100,248); }

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