#6976DE

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

Shades of Medium Slate Blue #6976DE

Tints of Medium Slate Blue #6976DE

Color information

#6976DE (or 0x6976DE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 76 and DE. RGB value is (105,118,222). Sum of RGB (Red+Green+Blue) = 105+118+222=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #6976DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976DE is #968921. Grayscale: #7D7D7D. Windows color (decimal): -9865506 or 14579305. OLE color: 14579305.

HSL color Cylindrical-coordinate representation of color #6976DE: hue angle of 233.33º 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 #6976DE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105118222-
CMYK0.530.4700.13
HSL233.33º63.93%64.12%-
HSV(B)233.33º52.7%87.06%-
XYZ25.4921.2371.86-
YUV125.97182.19113.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=23.60%
G=26.52%
B=49.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051182220.530.4700.13233.3363.9364.12
Hex6976DE352F0De94040
Octal1511663366557015351100100
Binary1101001111011011011110110101101111011011110100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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