#6977E4

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

Shades of Medium Slate Blue #6977E4

Tints of Medium Slate Blue #6977E4

Color information

#6977E4 (or 0x6977E4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 77 and E4. RGB value is (105,119,228). Sum of RGB (Red+Green+Blue) = 105+119+228=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #6977E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977E4 is #96881B. Grayscale: #7E7E7E. Windows color (decimal): -9865244 or 14972777. OLE color: 14972777.

HSL color Cylindrical-coordinate representation of color #6977E4: hue angle of 233.17º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6977E4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105119228-
CMYK0.540.4800.11
HSL233.17º69.49%65.29%-
HSV(B)233.17º53.95%89.41%-
XYZ26.4321.876.21-
YUV127.24184.86112.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 228 (89.45% from 255) = 50.44%
R=23.23%
G=26.33%
B=50.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051192280.540.4800.11233.1769.4965.29
Hex6977E436300Be94541
Octal1511673446660013351105101
Binary1101001111011111100100110110110000010111110100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6977E4; }

 p { color: rgb(105,119,228); }

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

<style>
 a { background-color: #6977E4; }

 a { background-color: rgb(105,119,228); }

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

<style>
 span { border-color: #6977E4; }

 span { border-color: rgb(105,119,228); }

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