#6A64FE

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

Shades of Medium Slate Blue #6A64FE

Tints of Medium Slate Blue #6A64FE

Color information

#6A64FE (or 0x6A64FE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 64 and FE. RGB value is (106,100,254). Sum of RGB (Red+Green+Blue) = 106+100+254=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A64FE is #959B01. Grayscale: #767676. Windows color (decimal): -9804546 or 16671850. OLE color: 16671850.

HSL color Cylindrical-coordinate representation of color #6A64FE: hue angle of 242.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A64FE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106100254-
CMYK0.580.6100.00
HSL242.34º98.72%69.41%-
HSV(B)242.34º60.63%99.61%-
XYZ28.3919.3396-
YUV119.35203.99118.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 254 (99.61% from 255) = 55.22%
R=23.04%
G=21.74%
B=55.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1061002540.580.6100.00242.3498.7269.41
Hex6A64FE3A3D00f26345
Octal152144376727500362143105
Binary1101010110010011111110111010111101001111001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A64FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,254); }

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

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

 a { background-color: rgb(106,100,254); }

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

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

 span { border-color: rgb(106,100,254); }

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