#6A77EE

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

Shades of Medium Slate Blue #6A77EE

Tints of Medium Slate Blue #6A77EE

Color information

#6A77EE (or 0x6A77EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 77 and EE. RGB value is (106,119,238). Sum of RGB (Red+Green+Blue) = 106+119+238=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A77EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A77EE is #958811. Grayscale: #808080. Windows color (decimal): -9799698 or 15628138. OLE color: 15628138.

HSL color Cylindrical-coordinate representation of color #6A77EE: hue angle of 234.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A77EE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106119238-
CMYK0.550.5000.07
HSL234.09º79.52%67.45%-
HSV(B)234.09º55.46%93.33%-
XYZ27.9722.4383.74-
YUV128.68189.69111.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 238 (93.36% from 255) = 51.40%
R=22.89%
G=25.70%
B=51.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061192380.550.5000.07234.0979.5267.45
Hex6A77EE373207ea5043
Octal152167356676207352120103
Binary110101011101111110111011011111001001111110101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A77EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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