#6977DE

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

Shades of Medium Slate Blue #6977DE

Tints of Medium Slate Blue #6977DE

Color information

#6977DE (or 0x6977DE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 77 and DE. RGB value is (105,119,222). Sum of RGB (Red+Green+Blue) = 105+119+222=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #6977DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977DE is #968821. Grayscale: #7E7E7E. Windows color (decimal): -9865250 or 14579561. OLE color: 14579561.

HSL color Cylindrical-coordinate representation of color #6977DE: hue angle of 232.82º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6977DE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105119222-
CMYK0.530.4600.13
HSL232.82º63.93%64.12%-
HSV(B)232.82º52.7%87.06%-
XYZ25.6121.4771.9-
YUV126.56181.86112.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=23.54%
G=26.68%
B=49.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051192220.530.4600.13232.8263.9364.12
Hex6977DE352E0De94040
Octal1511673366556015351100100
Binary1101001111011111011110110101101110011011110100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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