#6A61FC

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

Shades of Medium Slate Blue #6A61FC

Tints of Medium Slate Blue #6A61FC

Color information

#6A61FC (or 0x6A61FC) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 61 and FC. RGB value is (106,97,252). Sum of RGB (Red+Green+Blue) = 106+97+252=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A61FC is #959E03. Grayscale: #747474. Windows color (decimal): -9805316 or 16540010. OLE color: 16540010.

HSL color Cylindrical-coordinate representation of color #6A61FC: hue angle of 243.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A61FC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10697252-
CMYK0.580.6200.01
HSL243.48º96.27%68.43%-
HSV(B)243.48º61.51%98.82%-
XYZ27.7918.6494.23-
YUV117.36203.98119.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.30%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 252 (98.83% from 255) = 55.38%
R=23.30%
G=21.32%
B=55.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106972520.580.6200.01243.4896.2768.43
Hex6A61FC3A3E01f36044
Octal152141374727601363140104
Binary1101010110000111111100111010111110011111001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,252); }

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

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

 a { background-color: rgb(106,97,252); }

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

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

 span { border-color: rgb(106,97,252); }

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