#6A77F8

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

Shades of Medium Slate Blue #6A77F8

Tints of Medium Slate Blue #6A77F8

Color information

#6A77F8 (or 0x6A77F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 77 and F8. RGB value is (106,119,248). Sum of RGB (Red+Green+Blue) = 106+119+248=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A77F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A77F8 is #958807. Grayscale: #818181. Windows color (decimal): -9799688 or 16283498. OLE color: 16283498.

HSL color Cylindrical-coordinate representation of color #6A77F8: hue angle of 234.51º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A77F8 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB106119248-
CMYK0.570.5200.03
HSL234.51º91.03%69.41%-
HSV(B)234.51º57.26%97.25%-
XYZ29.4823.0491.7-
YUV129.82194.69111.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=22.41%
G=25.16%
B=52.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1061192480.570.5200.03234.5191.0369.41
Hex6A77F8393403eb5b45
Octal152167370716403353133105
Binary11010101110111111110001110011101000111110101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A77F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,248); }

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

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

 a { background-color: rgb(106,119,248); }

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

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

 span { border-color: rgb(106,119,248); }

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