#6978DB

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

Shades of Medium Slate Blue #6978DB

Tints of Medium Slate Blue #6978DB

Color information

#6978DB (or 0x6978DB) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 78 and DB. RGB value is (105,120,219). Sum of RGB (Red+Green+Blue) = 105+120+219=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6978DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978DB is #968724. Grayscale: #7E7E7E. Windows color (decimal): -9864997 or 14383209. OLE color: 14383209.

HSL color Cylindrical-coordinate representation of color #6978DB: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6978DB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105120219-
CMYK0.520.4500.14
HSL232.11º61.29%63.53%-
HSV(B)232.11º52.05%85.88%-
XYZ25.3321.5569.84-
YUV126.8180.03112.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=23.65%
G=27.03%
B=49.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051202190.520.4500.14232.1161.2963.53
Hex6978DB342D0Ee83d40
Octal151170333645501635075100
Binary110100111110001101101111010010110101110111010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6978DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6978DB; }

 p { color: rgb(105,120,219); }

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

<style>
 a { background-color: #6978DB; }

 a { background-color: rgb(105,120,219); }

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

<style>
 span { border-color: #6978DB; }

 span { border-color: rgb(105,120,219); }

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