#6A77FB

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

Shades of Medium Slate Blue #6A77FB

Tints of Medium Slate Blue #6A77FB

Color information

#6A77FB (or 0x6A77FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 77 and FB. RGB value is (106,119,251). Sum of RGB (Red+Green+Blue) = 106+119+251=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A77FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A77FB is #958804. Grayscale: #818181. Windows color (decimal): -9799685 or 16480106. OLE color: 16480106.

HSL color Cylindrical-coordinate representation of color #6A77FB: hue angle of 234.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A77FB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106119251-
CMYK0.580.5300.02
HSL234.62º94.77%70%-
HSV(B)234.62º57.77%98.43%-
XYZ29.9523.2294.17-
YUV130.16196.19110.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 52.73%
R=22.27%
G=25%
B=52.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061192510.580.5300.02234.6294.7770
Hex6A77FB3A3502eb5f46
Octal152167373726502353137106
Binary11010101110111111110111110101101010101110101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A77FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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